settings: fix missing default initialization of multiselect in CSettingControlList
authormontellese <montellese@xbmc.org>
Mon, 11 Nov 2013 19:30:49 +0000 (20:30 +0100)
committermontellese <montellese@xbmc.org>
Mon, 11 Nov 2013 19:31:08 +0000 (20:31 +0100)
xbmc/settings/SettingControl.h

index 4e0478d..a30e8d6 100644 (file)
@@ -126,7 +126,8 @@ class CSettingControlList : public ISettingControl
 {
 public:
   CSettingControlList()
-    : m_heading(-1)
+    : m_heading(-1),
+      m_multiselect(false)
   { }
   virtual ~CSettingControlList() { }