summaryrefslogtreecommitdiff
path: root/avmedia/source/gstreamer/gstwindow.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/gstreamer/gstwindow.hxx')
-rw-r--r--avmedia/source/gstreamer/gstwindow.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/gstreamer/gstwindow.hxx b/avmedia/source/gstreamer/gstwindow.hxx
index 9246a4497165..da090a8df1f0 100644
--- a/avmedia/source/gstreamer/gstwindow.hxx
+++ b/avmedia/source/gstreamer/gstwindow.hxx
@@ -36,7 +36,7 @@ class Window : public ::cppu::WeakImplHelper< css::media::XPlayerWindow,
public:
explicit Window();
- virtual ~Window();
+ virtual ~Window() override;
// XPlayerWindow
virtual void SAL_CALL update( ) throw (css::uno::RuntimeException, std::exception) override;