aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_internal.h
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_internal.h
parent12a097fd6339e2a31ab3fb80066a49c59239115e (diff)
downloadpugl-3d26c1346b819aca7d4073360ce409c1f33aa2f3.tar.gz
pugl-3d26c1346b819aca7d4073360ce409c1f33aa2f3.tar.bz2
pugl-3d26c1346b819aca7d4073360ce409c1f33aa2f3.zip
Fix puglInitInternals prototype
Diffstat (limited to 'pugl/pugl_internal.h')
-rw-r--r--pugl/pugl_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_internal.h b/pugl/pugl_internal.h
index d4ba126..aa55c6d 100644
--- a/pugl/pugl_internal.h
+++ b/pugl/pugl_internal.h
@@ -72,7 +72,7 @@ struct PuglViewImpl {
uint32_t event_timestamp_ms;
};
-PuglInternals* puglInitInternals();
+PuglInternals* puglInitInternals(void);
PuglView*
puglInit(int* pargc, char** argv)