summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-12-11 07:46:51 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-12-15 22:47:05 +0100
commite2b093f66e2613ad1a85c662159f57df4bc96a67 (patch)
treedf3f4e49928f3aab4ceb30e11a18ee79d62bd0be /include
parent5152c52de76bc650cceb6fcf2fce060b3e765f86 (diff)
Revert "-Werror,-Wunused-private-field"
Diffstat (limited to 'include')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index 20731a63e105..a78972cf6a5f 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -268,6 +268,7 @@ private:
bool mbPixmap; // is a pixmap instead of a window
#endif
+ int mnFramebufferCount;
OpenGLFramebuffer* mpCurrentFramebuffer;
OpenGLFramebuffer* mpFirstFramebuffer;
OpenGLFramebuffer* mpLastFramebuffer;