From ef48f007a1a8463abfccb118a6836718d497eb29 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 Aug 2006 09:05:44 +0000 Subject: Added missing const to GLUT call (STR #1371) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5321 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/glut.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL') diff --git a/FL/glut.H b/FL/glut.H index 336d47a01..8fa9a2f5b 100644 --- a/FL/glut.H +++ b/FL/glut.H @@ -117,7 +117,7 @@ FL_EXPORT void glutInitWindowSize(int w, int h); FL_EXPORT void glutMainLoop(); -FL_EXPORT int glutCreateWindow(char *title); +FL_EXPORT int glutCreateWindow(const char *title); FL_EXPORT int glutCreateSubWindow(int win, int x, int y, int width, int height); -- cgit v1.2.3