diff options
Diffstat (limited to 'include/svx/sdr')
-rw-r--r-- | include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx b/include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx index 8781aa452d5a..00e1dffde835 100644 --- a/include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx +++ b/include/svx/sdr/contact/viewobjectcontactofopenglobj.hxx @@ -11,6 +11,7 @@ #define INCLUDED_SVX_SDR_CONTACT_VIEWOBJECTCONTACTOFOPENGL_HXX #include <svx/sdr/contact/viewobjectcontactofsdrobj.hxx> +#include <vcl/OpenGLContext.hxx> class Window; @@ -25,6 +26,9 @@ public: protected: Window* getWindow() const; + +private: + OpenGLContext m_aOpenGLContext; }; } // namespace sdr |