diff options
Diffstat (limited to 'src/debugspew.hpp')
-rw-r--r-- | src/debugspew.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debugspew.hpp b/src/debugspew.hpp index 1eb5556..88bdbcc 100644 --- a/src/debugspew.hpp +++ b/src/debugspew.hpp | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | #if USE_DEBUG_SPEW() | 8 | #if USE_DEBUG_SPEW() |
9 | 9 | ||
10 | class DebugSpewIndentScope | 10 | class DebugSpewIndentScope final |
11 | { | 11 | { |
12 | private: | 12 | private: |
13 | Universe* const U{}; | 13 | Universe* const U{}; |