summaryrefslogtreecommitdiffstats
path: root/src/Logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Logger.h')
-rw-r--r--src/Logger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Logger.h b/src/Logger.h
index a0c2917a9..649c11ded 100644
--- a/src/Logger.h
+++ b/src/Logger.h
@@ -52,7 +52,7 @@ public:
void LogSimple(AString a_Message, eLogLevel a_LogLevel = llRegular);
cAttachment AttachListener(std::unique_ptr<cListener> a_Listener);
-
+
static cLogger & GetInstance(void);
// Must be called before calling GetInstance in a multithreaded context
static void InitiateMultithreading();