diff options
-rw-r--r-- | src/glean/treadpixperf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glean/treadpixperf.h b/src/glean/treadpixperf.h index 8e710f9..d98aae8 100644 --- a/src/glean/treadpixperf.h +++ b/src/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; |