summaryrefslogtreecommitdiff
path: root/src/game/game_info.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game_info.hpp')
-rw-r--r--src/game/game_info.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game_info.hpp b/src/game/game_info.hpp
index a799ed7d6..8a2215d52 100644
--- a/src/game/game_info.hpp
+++ b/src/game/game_info.hpp
@@ -51,7 +51,7 @@ private:
/** All static information from an Game library like name, version, etc. */
class GameLibrary : public ScriptInfo {
public:
- GameLibrary() : ScriptInfo(), category(NULL) {};
+ GameLibrary() : ScriptInfo(), category(nullptr) {};
~GameLibrary();
/**