summaryrefslogtreecommitdiff
path: root/src/game/game_text.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_text.hpp')
-rw-r--r--src/game/game_text.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game_text.hpp b/src/game/game_text.hpp
index d199a5281..c662e28f4 100644
--- a/src/game/game_text.hpp
+++ b/src/game/game_text.hpp
@@ -23,7 +23,7 @@ struct LanguageStrings {
const char *language; ///< Name of the language (base filename).
StringList lines; ///< The lines of the file to pass into the parser/encoder.
- LanguageStrings(const char *language, const char *end = NULL);
+ LanguageStrings(const char *language, const char *end = nullptr);
~LanguageStrings();
};