From b8835bb8f60ebaaedbf474624ffceb1b181c3036 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Dec 2015 01:49:01 +0300 Subject: Add const attribute to resources. --- src/resources/db/emotedb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/db/emotedb.h') 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); -- cgit v1.2.3-70-g09d2