ecere/gui/Window: Silencing silly uninitialized GCC warnings
[sdk] / ecere / src / gui / Window.ec
index d333ce0..c0dd965 100644 (file)
@@ -1883,7 +1883,7 @@ private:
       if(guiApp.currentSkin)
       {
          MinMaxValue cw = 0, ch = 0;
-         bool sbvVisible, sbhVisible;
+         bool sbvVisible = false, sbhVisible = false;
          int rangeH = 0, rangeV = 0;
          int positionH = 0, positionV;