summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/inc/wrapper/Instance.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/vlc/inc/wrapper/Instance.hxx')
-rw-r--r--avmedia/source/vlc/inc/wrapper/Instance.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/vlc/inc/wrapper/Instance.hxx b/avmedia/source/vlc/inc/wrapper/Instance.hxx
index f2e8c9c8ef0e..e944fe423309 100644
--- a/avmedia/source/vlc/inc/wrapper/Instance.hxx
+++ b/avmedia/source/vlc/inc/wrapper/Instance.hxx
@@ -25,7 +25,7 @@ namespace wrapper
Instance( int argc, const char * const argv[] );
Instance( const Instance& other );
Instance& operator=( const Instance& other );
- virtual ~Instance();
+ ~Instance();
operator libvlc_instance_t*()
{