diff options
Diffstat (limited to 'src/usermanager.cpp')
| -rw-r--r-- | src/usermanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usermanager.cpp b/src/usermanager.cpp index 689caa7b6..0ab67b707 100644 --- a/src/usermanager.cpp +++ b/src/usermanager.cpp @@ -349,7 +349,7 @@ const UserManager::CloneCounts& UserManager::GetCloneCounts(User* user) const return zeroclonecounts; } -void UserManager::ServerNoticeAll(const char* text, ...) +void UserManager::ServerNoticeAll(const char* text, ...) const { std::string message; VAFORMAT(message, text, text); |
