summaryrefslogtreecommitdiffstats
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.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/avmedia/source/vlc/wrapper/Player.hxx b/avmedia/source/vlc/wrapper/Player.hxx
index ed52062fcba0..a2b17e84d30a 100644
--- a/avmedia/source/vlc/wrapper/Player.hxx
+++ b/avmedia/source/vlc/wrapper/Player.hxx
@@ -32,7 +32,9 @@ namespace VLC
class Player
{
public:
- Player(Media& media);
+ Player( Media& media );
+ Player( const Player& other );
+ const Player& operator=( const Player& other );
virtual ~Player();
bool play();