aboutsummaryrefslogtreecommitdiff
path: root/src/debugspew.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/debugspew.hpp2
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
10class DebugSpewIndentScope 10class DebugSpewIndentScope final
11{ 11{
12 private: 12 private:
13 Universe* const U{}; 13 Universe* const U{};