diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-11-09 16:21:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-11-09 16:21:59 +0300 |
commit | a360f4e0af9df1d5276f977d68ac2f357b14ffae (patch) | |
tree | ec13f49e5a4ee16dbdb5fbd69ce53d3c60969a06 /src/being.h | |
parent | 2541754f6c607acfd1304af38280b534f7a8e0d7 (diff) | |
download | plus-a360f4e0af9df1d5276f977d68ac2f357b14ffae.tar.gz plus-a360f4e0af9df1d5276f977d68ac2f357b14ffae.tar.bz2 plus-a360f4e0af9df1d5276f977d68ac2f357b14ffae.tar.xz plus-a360f4e0af9df1d5276f977d68ac2f357b14ffae.zip |
Fix code style.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index 6413a1059..8005881ca 100644 --- a/src/being.h +++ b/src/being.h @@ -846,7 +846,7 @@ class Being : public ActorSprite, public ConfigListener const AttackType type, const int attackId) const A_WARN_UNUSED; - Cursor::Cursor getHoverCursor() A_WARN_UNUSED + Cursor::Cursor getHoverCursor() const A_WARN_UNUSED { return mInfo ? mInfo->getHoverCursor() : Cursor::CURSOR_POINTER; } static uint8_t genderToInt(const Gender sex) A_WARN_UNUSED; |