diff options
Diffstat (limited to 'avmedia/source/viewer/mediaevent_impl.hxx')
-rw-r--r-- | avmedia/source/viewer/mediaevent_impl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/avmedia/source/viewer/mediaevent_impl.hxx b/avmedia/source/viewer/mediaevent_impl.hxx index 9f551bd2ea51..63e1a0d77ba2 100644 --- a/avmedia/source/viewer/mediaevent_impl.hxx +++ b/avmedia/source/viewer/mediaevent_impl.hxx @@ -41,7 +41,7 @@ namespace avmedia { public: - MediaEventListenersImpl( Window& rNotifyWindow ); + MediaEventListenersImpl( vcl::Window& rNotifyWindow ); virtual ~MediaEventListenersImpl(); void cleanUp(); @@ -69,7 +69,7 @@ namespace avmedia private: - Window* mpNotifyWindow; + vcl::Window* mpNotifyWindow; mutable ::osl::Mutex maMutex; }; } |