diff options
Diffstat (limited to 'gui/massadd.h')
-rw-r--r-- | gui/massadd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/massadd.h b/gui/massadd.h index 31a8821a26..6aad392b0d 100644 --- a/gui/massadd.h +++ b/gui/massadd.h @@ -30,7 +30,6 @@ #include "common/hashmap.h" #include "common/stack.h" #include "common/str.h" -#include "common/hash-str.h" namespace GUI { @@ -63,6 +62,7 @@ private: Common::HashMap<Common::String, StringArray> _pathToTargets; int _dirsScanned; + int _oldGamesCount; Widget *_okButton; StaticTextWidget *_dirProgressText; |