diff options
Diffstat (limited to 'gui/widgets/list.cpp')
-rw-r--r-- | gui/widgets/list.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/widgets/list.cpp b/gui/widgets/list.cpp index cc5ea91745..3ef365ba5c 100644 --- a/gui/widgets/list.cpp +++ b/gui/widgets/list.cpp @@ -516,6 +516,8 @@ void ListWidget::handleCommand(CommandSender *sender, uint32 cmd, uint32 data) { ((GUI::Dialog *)_boss)->setFocusWidget(this); } break; + default: + break; } } |