diff options
Diffstat (limited to 'include/vcl/OpenGLContext.hxx')
-rw-r--r-- | include/vcl/OpenGLContext.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/OpenGLContext.hxx b/include/vcl/OpenGLContext.hxx index 390c3df45c27..82145b44b260 100644 --- a/include/vcl/OpenGLContext.hxx +++ b/include/vcl/OpenGLContext.hxx @@ -99,7 +99,7 @@ public: OpenGLContext(); ~OpenGLContext(); - bool init(); + bool init(Window* pParent = 0); void setWinSize(const Size& rSize); GLWindow& getOpenGLWindow(); |