summaryrefslogtreecommitdiff
path: root/src/chatlogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chatlogger.h')
-rw-r--r--src/chatlogger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chatlogger.h b/src/chatlogger.h
index de7d17d8..e9e53798 100644
--- a/src/chatlogger.h
+++ b/src/chatlogger.h
@@ -45,7 +45,7 @@ class ChatLogger
std::string getDateString() const;
- std::string secureName(std::string &str) const;
+ static std::string secureName(std::string &str);
void setServerName(const std::string &serverName);