aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/dedicated/dedicatedlogtoclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/dedicated/dedicatedlogtoclient.h')
-rw-r--r--NorthstarDLL/dedicated/dedicatedlogtoclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/dedicated/dedicatedlogtoclient.h b/NorthstarDLL/dedicated/dedicatedlogtoclient.h
index 16f1e584..82f4c56b 100644
--- a/NorthstarDLL/dedicated/dedicatedlogtoclient.h
+++ b/NorthstarDLL/dedicated/dedicatedlogtoclient.h
@@ -4,7 +4,7 @@
class DedicatedServerLogToClientSink : public CustomSink
{
- protected:
+protected:
void custom_sink_it_(const custom_log_msg& msg);
void sink_it_(const spdlog::details::log_msg& msg) override;
void flush_() override;