[vlc-commits] Common code: kill a warning
Jean-Baptiste Kempf
git at videolan.org
Tue Jan 24 17:15:44 CET 2012
npapi-vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan 24 17:07:21 2012 +0100| [678ea07dfef68c80335e315dd18a8f820e42debd] | committer: Jean-Baptiste Kempf
Common code: kill a warning
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=678ea07dfef68c80335e315dd18a8f820e42debd
---
common/vlc_player_options.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/vlc_player_options.h b/common/vlc_player_options.h
index 6fee5e4..aadb566 100644
--- a/common/vlc_player_options.h
+++ b/common/vlc_player_options.h
@@ -102,7 +102,7 @@ public:
return _bg_color;
}
- virtual void on_option_change(vlc_player_option_e o_ch){};
+ virtual void on_option_change(vlc_player_option_e ){};
private:
bool _autoplay;
More information about the vlc-commits
mailing list