diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-07 20:36:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-07 20:36:29 (GMT) |
commit | 2e3ea0a64fe4b098bf09c6c09fcf3f63a4849d18 (patch) | |
tree | 4b9bf56f11d35d565e4b8f2061d92ec1cd2f7a0a /tests/system-gl.h | |
parent | 577359073769db76d174284f490de96046abb428 (diff) | |
parent | faae7882e26c048b0ae2bf7a54065d31d0edbc31 (diff) |
Merge branch 'cakebaby' of https://github.com/donbright/openscad into donbright-cakebaby
Diffstat (limited to 'tests/system-gl.h')
-rw-r--r-- | tests/system-gl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/system-gl.h b/tests/system-gl.h index b41e32c..4a8ccac 100644 --- a/tests/system-gl.h +++ b/tests/system-gl.h @@ -2,8 +2,9 @@ #define SYSTEMGL_H_ #include <GL/glew.h> +#include <string> -void glew_dump(bool dumpall = false); +std::string glew_dump(bool dumpall=false); bool report_glerror(const char *task); #endif |