summaryrefslogtreecommitdiff
path: root/vcl/inc/opengl/framebuffer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/opengl/framebuffer.hxx')
-rw-r--r--vcl/inc/opengl/framebuffer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/opengl/framebuffer.hxx b/vcl/inc/opengl/framebuffer.hxx
index e9c9065f1edc..915008c03464 100644
--- a/vcl/inc/opengl/framebuffer.hxx
+++ b/vcl/inc/opengl/framebuffer.hxx
@@ -18,10 +18,10 @@
class VCL_PLUGIN_PUBLIC OpenGLFramebuffer
{
private:
- GLuint mnId;
- OpenGLTexture maAttachedTexture;
+ GLuint mnId;
int mnWidth;
int mnHeight;
+ GLuint mnAttachedTexture;
public:
OpenGLFramebuffer();