Commit 4f0d5691 authored by Damien Fouilleul's avatar Damien Fouilleul

plugin.cpp: forgot to initialize the mute variable

AUTHORS: I haven't moved to Germany as far as I know: )
parent da4dc63b
...@@ -168,7 +168,7 @@ N: Damien Fouilleul ...@@ -168,7 +168,7 @@ N: Damien Fouilleul
E: Damien.Fouilleul@laposte.net E: Damien.Fouilleul@laposte.net
C: Quovodis C: Quovodis
D: ActiveX control D: ActiveX control
S: Germany S: Ireland
N: Alexis Guillard N: Alexis Guillard
E: alexis.guillard@bt.com E: alexis.guillard@bt.com
......
...@@ -234,6 +234,7 @@ VLCPlugin::VLCPlugin(VLCPluginClass *p_class) : ...@@ -234,6 +234,7 @@ VLCPlugin::VLCPlugin(VLCPluginClass *p_class) :
_b_autostart(TRUE), _b_autostart(TRUE),
_b_loopmode(FALSE), _b_loopmode(FALSE),
_b_visible(TRUE), _b_visible(TRUE),
_b_mute(FALSE),
_b_sendevents(TRUE), _b_sendevents(TRUE),
_i_vlc(0) _i_vlc(0)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment