[vlc-commits] Fix compilation warning
Jean-Baptiste Kempf
git at videolan.org
Thu Apr 24 10:03:39 CEST 2014
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Apr 24 10:03:29 2014 +0200| [09daaf1672fbc55e55bead77e8850fa45fcdfa68] | committer: Jean-Baptiste Kempf
Fix compilation warning
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=09daaf1672fbc55e55bead77e8850fa45fcdfa68
---
common/vlc_player_options.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/common/vlc_player_options.h b/common/vlc_player_options.h
index 6929d55..8b3b789 100644
--- a/common/vlc_player_options.h
+++ b/common/vlc_player_options.h
@@ -63,9 +63,9 @@ class vlc_player_options
{
public:
vlc_player_options()
- :_autoplay(true), _show_toolbar(true), _enable_fullscreen(true),
- _bg_color(/*black*/"#000000"), _enable_branding(false)
- {}
+ :_autoplay(true), _show_toolbar(true), _enable_fullscreen(true), _enable_branding(false),
+ _bg_color(/*black*/"#000000")
+ {}
void set_autoplay(bool ap){
_autoplay = ap;
More information about the vlc-commits
mailing list