aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl.h')
-rw-r--r--pugl/pugl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl.h b/pugl/pugl.h
index 9e70100..34b2eb0 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.h
@@ -632,7 +632,7 @@ puglProcessEvents(PuglView* view);
/**
OpenGL extension function.
*/
-typedef void (*PuglGlFunc)();
+typedef void (*PuglGlFunc)(void);
/**
Return the address of an OpenGL extension function.