From 06c0bc8af15f9b1d4e1def4ed1450107c1a5caa8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 15 Oct 2020 08:45:03 +0200 Subject: Add const attribute to backend accessors --- pugl/pugl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pugl/pugl.h') diff --git a/pugl/pugl.h b/pugl/pugl.h index 4d363c3..cd931ed 100644 --- a/pugl/pugl.h +++ b/pugl/pugl.h @@ -587,7 +587,7 @@ typedef enum { /** Return a string describing a status code. */ -PUGL_API +PUGL_API PUGL_CONST_FUNC const char* puglStrerror(PuglStatus status); -- cgit v1.2.1