diff options
| author | 2022-09-03 22:52:53 +0100 | |
|---|---|---|
| committer | 2022-09-03 23:17:05 +0100 | |
| commit | 9203f40f41e4a735d379d13867d277c696fb28c5 (patch) | |
| tree | 93a171344e801b44918229fdd6b8778293ab88aa /src/usermanager.cpp | |
| parent | Fix some warnings noticed by the bugprone-* clang-tidy checkers. (diff) | |
| download | inspircd++-9203f40f41e4a735d379d13867d277c696fb28c5.tar.gz inspircd++-9203f40f41e4a735d379d13867d277c696fb28c5.tar.bz2 inspircd++-9203f40f41e4a735d379d13867d277c696fb28c5.zip | |
Fix some warnings noticed by the readability-* clang-tidy checkers.
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); |
