summaryrefslogtreecommitdiff
path: root/avmedia/source/opengl/oglwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/opengl/oglwindow.hxx')
-rw-r--r--avmedia/source/opengl/oglwindow.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/avmedia/source/opengl/oglwindow.hxx b/avmedia/source/opengl/oglwindow.hxx
index 5078ebedfb0b..5b0e151c9b84 100644
--- a/avmedia/source/opengl/oglwindow.hxx
+++ b/avmedia/source/opengl/oglwindow.hxx
@@ -28,7 +28,7 @@ class OGLWindow : public ::cppu::WeakImplHelper2 < com::sun::star::media::XPlaye
com::sun::star::lang::XServiceInfo >
{
public:
- OGLWindow( libgltf::glTFHandle& rHandle, OpenGLContext& rContext, Window& rEventHandlerParent );
+ OGLWindow( libgltf::glTFHandle& rHandle, OpenGLContext& rContext, vcl::Window& rEventHandlerParent );
virtual ~OGLWindow();
virtual void SAL_CALL update() throw (com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
@@ -68,7 +68,7 @@ private:
libgltf::glTFHandle& m_rHandle;
OpenGLContext& m_rContext;
- Window& m_rEventHandler;
+ vcl::Window& m_rEventHandler;
bool m_bVisible;
Point m_aLastMousePos;