aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/logging/loghooks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/logging/loghooks.cpp')
-rw-r--r--NorthstarDLL/logging/loghooks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/logging/loghooks.cpp b/NorthstarDLL/logging/loghooks.cpp
index 41e1bce2..7efb5b99 100644
--- a/NorthstarDLL/logging/loghooks.cpp
+++ b/NorthstarDLL/logging/loghooks.cpp
@@ -24,7 +24,7 @@ enum class TextMsgPrintType_t
class ICenterPrint
{
- public:
+public:
virtual void ctor() = 0;
virtual void Clear(void) = 0;
virtual void ColorPrint(int r, int g, int b, int a, wchar_t* text) = 0;