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 e6c4460fa..e0680e125 100644
--- a/src/Logger.h
+++ b/src/Logger.h
@@ -75,7 +75,7 @@ public:
}
/** Logs the simple text message at the specified log level. */
- void LogSimple(AString a_Message, eLogLevel a_LogLevel = llRegular);
+ void LogSimple(const AString & a_Message, eLogLevel a_LogLevel = llRegular);
cAttachment AttachListener(std::unique_ptr<cListener> a_Listener);