diff options
Diffstat (limited to 'include/vcl/opengl')
-rw-r--r-- | include/vcl/opengl/OpenGLContext.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx index 7c233c95351f..bceb8ffb1a8d 100644 --- a/include/vcl/opengl/OpenGLContext.hxx +++ b/include/vcl/opengl/OpenGLContext.hxx @@ -137,6 +137,8 @@ struct GLWindow bMultiSampleSupported(false) { } + + ~GLWindow(); }; class VCLOPENGL_DLLPUBLIC OpenGLContext |