summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h2
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;