> My .h file generated by Fluid is -------------------------
>
> // generated by Fast Light User Interface Designer (fluid) version 1.0011
> ...
> class MyGroup : public Fl_Group {
> public:
>   MyGroup(int X,int Y,int W,int H,const char *L=0);
>   int handle(int e);
> };
> ...
> MyGroup::MyGroup(int X,int Y,int W,int H,const char *L=0):Fl_Group(X,Y,W,H,L) 
> {
>   // empty
> }

fluid 1.0011 ! Looks like you're using something really ancient? Maybe
the "L=0" in both *.h and *.cxx was a bug that has long been fixed.

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

Reply via email to