diff options
Diffstat (limited to 'gui/ListWidget.cpp')
-rw-r--r-- | gui/ListWidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ListWidget.cpp b/gui/ListWidget.cpp index 7d809938e2..44431f9932 100644 --- a/gui/ListWidget.cpp +++ b/gui/ListWidget.cpp @@ -642,7 +642,7 @@ void ListWidget::setFilter(const String &filter, bool redraw) { } else { // Restrict the list to everything which contains all words in _filter // as substrings, ignoring case. - + Common::StringTokenizer tok(_filter); String tmp; int n = 0; |