diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-23 01:49:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-23 01:49:01 +0300 |
commit | b8835bb8f60ebaaedbf474624ffceb1b181c3036 (patch) | |
tree | 0153b7eb47d0399c9fe881d96b927f40586ded45 /src/resources/db/emotedb.h | |
parent | 6257baccabe0f4477e7d3165e52ddf714dcff540 (diff) | |
download | mv-b8835bb8f60ebaaedbf474624ffceb1b181c3036.tar.gz mv-b8835bb8f60ebaaedbf474624ffceb1b181c3036.tar.bz2 mv-b8835bb8f60ebaaedbf474624ffceb1b181c3036.tar.xz mv-b8835bb8f60ebaaedbf474624ffceb1b181c3036.zip |
Add const attribute to resources.
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); |