diff options
Diffstat (limited to 'src/gui/windows/whoisonline.h')
-rw-r--r-- | src/gui/windows/whoisonline.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/gui/windows/whoisonline.h b/src/gui/windows/whoisonline.h index 60aa67e93..5be22c73d 100644 --- a/src/gui/windows/whoisonline.h +++ b/src/gui/windows/whoisonline.h @@ -173,14 +173,15 @@ private: static size_t memoryWrite(void *ptr, size_t size, size_t nmemb, FILE *stream); - const std::string prepareNick(const std::string &nick, const int level, - const std::string &color) + const std::string prepareNick(const std::string &restrict nick, + const int level, + const std::string &restrict color) const A_WARN_UNUSED; - void updateWindow(std::vector<OnlinePlayer*> &friends, - std::vector<OnlinePlayer*> &neutral, - std::vector<OnlinePlayer*> &disregard, - std::vector<OnlinePlayer*> enemy, + void updateWindow(std::vector<OnlinePlayer*> &restrict friends, + std::vector<OnlinePlayer*> &restrict neutral, + std::vector<OnlinePlayer*> &restrict disregard, + std::vector<OnlinePlayer*> &restrict enemy, size_t numOnline); enum DownloadStatus |