diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-12-12 20:45:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-12-12 20:45:36 +0300 |
commit | a908eb0431a25e3228277991d94d6a4add8f5010 (patch) | |
tree | 5b52d0e12acc8f813c396290c2bb0e2d8b016d4e /src/gui/windows | |
parent | 8859a812ccf4b0758734192283c24b38a12b2eb9 (diff) | |
download | ManaVerse-a908eb0431a25e3228277991d94d6a4add8f5010.tar.gz ManaVerse-a908eb0431a25e3228277991d94d6a4add8f5010.tar.bz2 ManaVerse-a908eb0431a25e3228277991d94d6a4add8f5010.tar.xz ManaVerse-a908eb0431a25e3228277991d94d6a4add8f5010.zip |
Fix too long lines.
Diffstat (limited to 'src/gui/windows')
-rw-r--r-- | src/gui/windows/whoisonline.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/windows/whoisonline.h b/src/gui/windows/whoisonline.h index b5aee4cf8..0f0aa88b5 100644 --- a/src/gui/windows/whoisonline.h +++ b/src/gui/windows/whoisonline.h @@ -78,10 +78,12 @@ class WhoIsOnline final : public Window, void widgetResized(const Event &event) override final; - const std::set<OnlinePlayer*> &getOnlinePlayers() const noexcept2 A_WARN_UNUSED + const std::set<OnlinePlayer*> &getOnlinePlayers() const noexcept2 + A_WARN_UNUSED { return mOnlinePlayers; } - const std::set<std::string> &getOnlineNicks() const noexcept2 A_WARN_UNUSED + const std::set<std::string> &getOnlineNicks() const noexcept2 + A_WARN_UNUSED { return mOnlineNicks; } void setAllowUpdate(const bool n) noexcept2 |