From 762d02fb6207c40e3c0e2ff8a9d41a510094f9c0 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 16 Mar 2010 22:51:31 +0000 Subject: Using Fl_Plugin feature to automatically draw OpenGL (sub)windows. No extra coding needs to be done. Just call Fl_Printer::print_widget(...). The Fl_Gl_Printer device can (and should) be removed or at least made inaccessible. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7280 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Group.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Group.H') diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H index 7e1630d0b..cde3e8cb2 100644 --- a/FL/Fl_Group.H +++ b/FL/Fl_Group.H @@ -182,7 +182,7 @@ public: \note This method is provided to avoid dynamic_cast. \todo More documentation ... */ - virtual Fl_Group* as_group() const { return (Fl_Group*)this; } + virtual Fl_Group* as_group() { return this; } // back compatibility functions: -- cgit v1.2.3