summaryrefslogtreecommitdiff
path: root/src/gl_start.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl_start.cxx')
-rw-r--r--src/gl_start.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gl_start.cxx b/src/gl_start.cxx
index 9ca2717ef..2cf271111 100644
--- a/src/gl_start.cxx
+++ b/src/gl_start.cxx
@@ -89,7 +89,7 @@ void Fl_Gl_Window_Driver::gl_visual(Fl_Gl_Choice *c) {
#include "drivers/Cocoa/Fl_Cocoa_Screen_Driver.H"
void Fl_Cocoa_Gl_Window_Driver::gl_start() {
- Fl_Cocoa_Screen_Driver::GLcontext_update(context); // supports window resizing
+ GLcontext_update(context); // supports window resizing
}
#endif