> class Control
> {
> public:
>     virtual void set_value(int) = 0;
>     virtual int get_value() const = 0;
>     static void cb(Control*, void*); // callback gets id
> };
>


BTW, I am getting a warning here:
widget.H:11: warning: ‘class Control’ has virtual functions but non-virtual 
destructor

How would I get rid of that? :) I tried googling but most answers i've found 
where like "turn warnings off". :o

Jan
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to