diff options
Diffstat (limited to 'tests/system-gl.h')
-rw-r--r-- | tests/system-gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system-gl.h b/tests/system-gl.h index bb41be5..b41e32c 100644 --- a/tests/system-gl.h +++ b/tests/system-gl.h @@ -3,7 +3,7 @@ #include <GL/glew.h> -void glew_dump(); +void glew_dump(bool dumpall = false); bool report_glerror(const char *task); #endif |