aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/win_gl.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-07-04 14:02:00 +0200
committerDavid Robillard <d@drobilla.net>2020-07-04 14:02:00 +0200
commitf00254d45b064d4203df323f27e0e30f7ec821f7 (patch)
treee865bd75feaec454a0c80b5d635d3cd469c1dd6d /pugl/detail/win_gl.c
parent3b497c847d149b11d45c6ac40b976496d9ad116d (diff)
downloadpugl-f00254d45b064d4203df323f27e0e30f7ec821f7.tar.gz
pugl-f00254d45b064d4203df323f27e0e30f7ec821f7.tar.bz2
pugl-f00254d45b064d4203df323f27e0e30f7ec821f7.zip
Windows: Fix old-style declaration warning
Diffstat (limited to 'pugl/detail/win_gl.c')
-rw-r--r--pugl/detail/win_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/detail/win_gl.c b/pugl/detail/win_gl.c
index 0ebc5b9..23c5d83 100644
--- a/pugl/detail/win_gl.c
+++ b/pugl/detail/win_gl.c
@@ -294,7 +294,7 @@ puglGetProcAddress(const char* name)
}
const PuglBackend*
-puglGlBackend()
+puglGlBackend(void)
{
static const PuglBackend backend = {puglWinGlConfigure,
puglWinGlCreate,