From 3d26c1346b819aca7d4073360ce409c1f33aa2f3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 Sep 2016 21:28:58 +0800 Subject: Fix puglInitInternals prototype --- pugl/pugl_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/pugl_win.cpp') 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)); } -- cgit v1.2.1