summaryrefslogtreecommitdiff
path: root/include/vcl/opengl
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-12-11 07:46:51 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-12-11 07:57:27 +0100
commit9f839e9b3cbdca1511961a85b40d1c6825e43ba1 (patch)
treeb46657d67336ab178eab7efacd43c996027574fc /include/vcl/opengl
parent51eeb1424f2034708cc6e1ab1a4a771ce5586211 (diff)
Revert "-Werror,-Wunused-private-field"
This reverts commit 3b0db84516503ce72b803bf04b0432b36c1ac70c.
Diffstat (limited to 'include/vcl/opengl')
-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;