diff options
Diffstat (limited to 'gui/ListWidget.h')
-rw-r--r-- | gui/ListWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ListWidget.h b/gui/ListWidget.h index 5b73f42a1c..7478da930d 100644 --- a/gui/ListWidget.h +++ b/gui/ListWidget.h @@ -47,7 +47,7 @@ enum { }; /* ListWidget */ -class ListWidget : public EditableWidget, public CommandSender { +class ListWidget : public EditableWidget { public: typedef Common::String String; typedef Common::StringList StringList; |