summaryrefslogtreecommitdiff
path: root/avmedia/source/gstreamer/gstplayer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/gstreamer/gstplayer.hxx')
-rw-r--r--avmedia/source/gstreamer/gstplayer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/gstreamer/gstplayer.hxx b/avmedia/source/gstreamer/gstplayer.hxx
index 4bf2f8edfef0..3a61eba88625 100644
--- a/avmedia/source/gstreamer/gstplayer.hxx
+++ b/avmedia/source/gstreamer/gstplayer.hxx
@@ -45,7 +45,7 @@ class Player : public ::cppu::BaseMutex,
public:
explicit Player();
- virtual ~Player();
+ virtual ~Player() override;
void preparePlaybin( const OUString& rURL, GstElement *pSink );
bool create( const OUString& rURL );