From d5d5c487f97fe5a03b6598f5c41f7e71850ff8b7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Dec 2017 23:03:53 +0300 Subject: Remove default parameters from emotedb.h --- src/resources/db/emotedb.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/resources/db/emotedb.h') diff --git a/src/resources/db/emotedb.h b/src/resources/db/emotedb.h index 6d5420b51..eea79fca5 100644 --- a/src/resources/db/emotedb.h +++ b/src/resources/db/emotedb.h @@ -51,12 +51,13 @@ namespace EmoteDB void unload(); const EmoteInfo *get(const int id, - const bool allowNull = false) A_WARN_UNUSED; + const bool allowNull) A_WARN_UNUSED; - const EmoteInfo *get2(int id, const bool allowNull = false) A_WARN_UNUSED; + const EmoteInfo *get2(int id, + const bool allowNull) A_WARN_UNUSED; - const EmoteSprite *getSprite(const int id, const bool allowNull = false) - A_WARN_UNUSED; + const EmoteSprite *getSprite(const int id, + const bool allowNull) A_WARN_UNUSED; const int &getLast() A_CONST A_WARN_UNUSED; -- cgit v1.2.3-60-g2f50