>
> 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;
...
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to