summaryrefslogtreecommitdiffstats
path: root/avmedia/source/vlc/wrapper/Instance.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/vlc/wrapper/Instance.hxx')
-rw-r--r--avmedia/source/vlc/wrapper/Instance.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/vlc/wrapper/Instance.hxx b/avmedia/source/vlc/wrapper/Instance.hxx
index 0f8c6f987989..0432bf14c9c6 100644
--- a/avmedia/source/vlc/wrapper/Instance.hxx
+++ b/avmedia/source/vlc/wrapper/Instance.hxx
@@ -24,7 +24,7 @@ namespace wrapper
static bool LoadSymbols();
Instance( int argc, const char * const argv[] );
Instance( const Instance& other );
- const Instance& operator=( const Instance& other );
+ Instance& operator=( const Instance& other );
virtual ~Instance();
inline operator libvlc_instance_t*()