diff options
Diffstat (limited to 'src/resources/db/emotedb.h')
-rw-r--r-- | src/resources/db/emotedb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/emotedb.h b/src/resources/db/emotedb.h index 9372aa670..ec2c78dbb 100644 --- a/src/resources/db/emotedb.h +++ b/src/resources/db/emotedb.h @@ -54,7 +54,7 @@ namespace EmoteDB const EmoteSprite *getSprite(const int id, const bool allowNull = false) A_WARN_UNUSED; - const int &getLast() A_WARN_UNUSED; + const int &getLast() A_CONST A_WARN_UNUSED; int getIdByIndex(const int index); |