aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_gl.h
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl_gl.h')
-rw-r--r--pugl/pugl_gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl/pugl_gl.h b/pugl/pugl_gl.h
index d501b3c..471c5ac 100644
--- a/pugl/pugl_gl.h
+++ b/pugl/pugl_gl.h
@@ -49,7 +49,7 @@ puglGetProcAddress(const char* name);
Pass the return value to puglSetBackend() to draw to a view with OpenGL.
*/
-PUGL_API const PuglBackend*
+PUGL_API PUGL_CONST_FUNC const PuglBackend*
puglGlBackend(void);
PUGL_END_DECLS