diff options
Diffstat (limited to 'src/resources/emotedb.h')
-rw-r--r-- | src/resources/emotedb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/emotedb.h b/src/resources/emotedb.h index d105794b3..b8f163adb 100644 --- a/src/resources/emotedb.h +++ b/src/resources/emotedb.h @@ -77,7 +77,7 @@ namespace EmoteDB const bool allowNull = false) A_WARN_UNUSED; - AnimatedSprite *getClone(int id, const bool allowNull); + AnimatedSprite *getClone(const int id, const bool allowNull); const EmoteSprite *getSprite(const int id, const bool allowNull = false) A_WARN_UNUSED; |