summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper/Player.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'avmedia/source/vlc/wrapper/Player.hxx')
-rw-r--r--avmedia/source/vlc/wrapper/Player.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/vlc/wrapper/Player.hxx b/avmedia/source/vlc/wrapper/Player.hxx
index e8058a8f4b03..a7306825f5f6 100644
--- a/avmedia/source/vlc/wrapper/Player.hxx
+++ b/avmedia/source/vlc/wrapper/Player.hxx
@@ -63,7 +63,7 @@ namespace wrapper
unsigned getWidth() const;
unsigned getHeight() const;
- inline operator libvlc_media_player_t*()
+ operator libvlc_media_player_t*()
{
return mPlayer;
}