summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/UI/Window.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/UI/Window.cpp b/src/UI/Window.cpp
index 402a5cdf2..ee75921d1 100644
--- a/src/UI/Window.cpp
+++ b/src/UI/Window.cpp
@@ -201,6 +201,10 @@ void cWindow::Clicked(
case caRightPaintProgress: OnPaintProgress(a_Player, a_SlotNum); return;
case caLeftPaintEnd: OnLeftPaintEnd (a_Player); return;
case caRightPaintEnd: OnRightPaintEnd(a_Player); return;
+ default:
+ {
+ break;
+ }
}
if (a_SlotNum < 0)