On 28.10.2008, at 21:24, Chris wrote: >> >> On 28.10.2008, at 06:48, Chris wrote: >> >>> super::context(ctx3, true); >> ~~~~~ >> Huh? "super" is AFAIK no keyword in gcc, only in VC. >> >> ---- >> http://robowerk.com/ >> >> > Sorry I had typedef-ed super in the .h, but did not specify. The > context function called is the one from fltk::GlWindow. > > class GlDebugWindow : public fltk::GlWindow > { > typedef fltk::GlWindow super; > ...
Ah damnit, and I thought you just found the long lost keyword ;-) ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

