diff options
Diffstat (limited to 'common/config-file.h')
-rw-r--r-- | common/config-file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/config-file.h b/common/config-file.h index d28ad34036..7bc5604b4c 100644 --- a/common/config-file.h +++ b/common/config-file.h @@ -93,7 +93,7 @@ public: * underscores. In particular, white space and "#", "=", "[", "]" * are not valid! */ - static bool isValidName(const Common::String &name); + static bool isValidName(const String &name); /** Reset everything stored in this config file. */ void clear(); |