diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h index 767af0ef9..1d5a0b9a8 100644 --- a/src/game.h +++ b/src/game.h @@ -70,7 +70,7 @@ class Game final static Game *instance() A_WARN_UNUSED { return mInstance; } - static void clearInstance() + constexpr static void clearInstance() noexcept2 { mInstance = nullptr; } /** |