From 87f339249a83fcd791abe9bc577887cb439386de Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 20 Dec 2016 23:27:29 +0000 Subject: Fix for Brain Davis' bug report in fltk.general on 12/20/16. Subject: Fl_Glut_Window::Fl_Glut_Window(int w, int h, const char *title = 0)... err huh well no, but it should be git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12151 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/glut.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FL/glut.H b/FL/glut.H index 85f702f61..ba7a70e68 100644 --- a/FL/glut.H +++ b/FL/glut.H @@ -62,8 +62,8 @@ public: // so the inline functions work void (*entry)(int); void (*visibility)(int); void (*special)(int, int x, int y); - Fl_Glut_Window(int w, int h, const char *); - Fl_Glut_Window(int x, int y, int w, int h, const char *); + Fl_Glut_Window(int w, int h, const char *t=0); + Fl_Glut_Window(int x, int y, int w, int h, const char *t=0); ~Fl_Glut_Window(); }; -- cgit v1.2.3