aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_win.cpp
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_win.cpp
parent12a097fd6339e2a31ab3fb80066a49c59239115e (diff)
downloadpugl-3d26c1346b819aca7d4073360ce409c1f33aa2f3.tar.gz
pugl-3d26c1346b819aca7d4073360ce409c1f33aa2f3.tar.bz2
pugl-3d26c1346b819aca7d4073360ce409c1f33aa2f3.zip
Fix puglInitInternals prototype
Diffstat (limited to 'pugl/pugl_win.cpp')
-rw-r--r--pugl/pugl_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_win.cpp b/pugl/pugl_win.cpp
index eb87197..70bf98c 100644
--- a/pugl/pugl_win.cpp
+++ b/pugl/pugl_win.cpp
@@ -77,7 +77,7 @@ puglInit()
}
PuglInternals*
-puglInitInternals()
+puglInitInternals(void)
{
return (PuglInternals*)calloc(1, sizeof(PuglInternals));
}