diff options
Diffstat (limited to 'tests/glean/treadpixperf.h')
-rw-r--r-- | tests/glean/treadpixperf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/glean/treadpixperf.h b/tests/glean/treadpixperf.h index 8e710f918..d98aae807 100644 --- a/tests/glean/treadpixperf.h +++ b/tests/glean/treadpixperf.h @@ -50,7 +50,7 @@ public: int work; // really bool void sprint(char *s) const; void print(Environment *env) const; - const char *readBuf; // "GL_FRONT" or "GL_BACK" + char readBuf[10]; // "GL_FRONT" or "GL_BACK" }; bool pass; |