summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-03-15 07:07:08 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-03-15 07:07:08 +0100
commit57f7841fca0b10e24a02fe624c3be18f62106121 (patch)
tree3e8850641ee9f81b582543f8746f056d4941a8e7 /include
parent5cf38f1ae58170e80494ed3c25cf173f19fd4835 (diff)
Win build: explicit default contstructor/destructor ofor OpenGLConext
Change-Id: I3f73da70ba798305b67dbb1a7becfa4f21166571
Diffstat (limited to 'include')
-rw-r--r--include/vcl/OpenGLContext.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/OpenGLContext.hxx b/include/vcl/OpenGLContext.hxx
index 9aa834199f2d..60bcfcca760f 100644
--- a/include/vcl/OpenGLContext.hxx
+++ b/include/vcl/OpenGLContext.hxx
@@ -17,6 +17,9 @@
class VCLOPENGL_DLLPUBLIC OpenGLContext
{
public:
+ OpenGLContext();
+ ~OpenGLContext();
+
bool init(OpenGLRender& rGLRender);
void setWinSize(const Size& rSize);