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 45d5130..4a8ccac 100644 --- a/tests/system-gl.h +++ b/tests/system-gl.h @@ -4,7 +4,7 @@ #include <GL/glew.h> #include <string> -std::string glew_dump(bool dumpall); +std::string glew_dump(bool dumpall=false); bool report_glerror(const char *task); #endif |