diff options
Diffstat (limited to 'gui/widget.cpp')
-rw-r--r-- | gui/widget.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/widget.cpp b/gui/widget.cpp index f870eb52dc..3e372828e1 100644 --- a/gui/widget.cpp +++ b/gui/widget.cpp @@ -237,6 +237,8 @@ uint8 Widget::parseHotkey(const Common::String &label) { else state = 0; break; + default: + break; } } |