Quash annoying compiler warning

This commit is contained in:
Keith Whitwell 2003-12-11 15:47:43 +00:00
parent a9fc4b1b1c
commit e0ee87422b
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ extern void glXGetSelectedEvent( Display *dpy, GLXDrawable drawable,
/* GLX 1.4 and later */
extern void (*glXGetProcAddress(const GLubyte *procname))();
extern void (*glXGetProcAddress(const GLubyte *procname))( void );
#ifndef GLX_GLXEXT_LEGACY