From 35cfd460655878c9a615abc8ea1cb2f7577a7f3b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 21 Apr 2013 18:57:48 +0300 Subject: some other fixes from cpplint. --- src/being.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/being.h') diff --git a/src/being.h b/src/being.h index 1d1e01c5e..b71e17738 100644 --- a/src/being.h +++ b/src/being.h @@ -377,8 +377,8 @@ class Being : public ActorSprite, public ConfigListener /** * Get number of guilds the being belongs to. */ - short getNumberOfGuilds() const A_WARN_UNUSED - { return static_cast(mGuilds.size()); } + int16_t getNumberOfGuilds() const A_WARN_UNUSED + { return static_cast(mGuilds.size()); } bool isInParty() const A_WARN_UNUSED { return mParty; } -- cgit v1.2.3-60-g2f50