summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.h b/src/being/being.h
index c2d9dfc00..6e9d55768 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -888,7 +888,7 @@ class Being : public ActorSprite, public ConfigListener
static uint8_t genderToInt(const Gender sex) A_WARN_UNUSED;
- static Gender intToGender(uint8_t sex) A_WARN_UNUSED;
+ static Gender intToGender(const uint8_t sex) A_WARN_UNUSED;
NextSoundInfo mNextSound;