summaryrefslogtreecommitdiff
path: root/pugl/pugl_osx.m
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-14 21:28:58 +0800
committerDavid Robillard <d@drobilla.net>2016-09-14 21:28:58 +0800
commit3d26c1346b819aca7d4073360ce409c1f33aa2f3 (patch)
treeafaafee9a893ec9f3f346409abc3f87be0d23a51 /pugl/pugl_osx.m
parent12a097fd6339e2a31ab3fb80066a49c59239115e (diff)
Fix puglInitInternals prototype
Diffstat (limited to 'pugl/pugl_osx.m')
-rw-r--r--pugl/pugl_osx.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m
index 72e4da9..f495811 100644
--- a/pugl/pugl_osx.m
+++ b/pugl/pugl_osx.m
@@ -452,7 +452,7 @@ getModifiers(PuglView* view, NSEvent* ev)
@end
PuglInternals*
-puglInitInternals()
+puglInitInternals(void)
{
return (PuglInternals*)calloc(1, sizeof(PuglInternals));
}