Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
libvlcpp
Commits
66827012
Commit
66827012
authored
Mar 05, 2015
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MediaPlayer: Do not expose the EventOwner inheritance
parent
af3864bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vlcpp/MediaPlayer.hpp
vlcpp/MediaPlayer.hpp
+1
-1
No files found.
vlcpp/MediaPlayer.hpp
View file @
66827012
...
...
@@ -40,7 +40,7 @@ class Instance;
class
Media
;
class
MediaPlayerEventManager
;
class
MediaPlayer
:
public
Internal
<
libvlc_media_player_t
>
,
p
ublic
EventOwner
<
13
>
class
MediaPlayer
:
public
Internal
<
libvlc_media_player_t
>
,
p
rivate
EventOwner
<
13
>
{
private:
enum
class
EventIdx
:
unsigned
int
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment