]> git.sesse.net Git - vlc/blobdiff - activex/plugin.cpp
plugin.cpp: forgot to initialize the mute variable
[vlc] / activex / plugin.cpp
index deec1f11284b36de2853540023009699ec037d76..7af802cca68d356a6a7c61e6f4ac7bffd9c003c1 100644 (file)
@@ -234,6 +234,7 @@ VLCPlugin::VLCPlugin(VLCPluginClass *p_class) :
     _b_autostart(TRUE),
     _b_loopmode(FALSE),
     _b_visible(TRUE),
+    _b_mute(FALSE),
     _b_sendevents(TRUE),
     _i_vlc(0)
 {