diff options
Diffstat (limited to 'src/resources/db/groupdb.h')
-rw-r--r-- | src/resources/db/groupdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/db/groupdb.h b/src/resources/db/groupdb.h index f2c027120..4e687dea9 100644 --- a/src/resources/db/groupdb.h +++ b/src/resources/db/groupdb.h @@ -40,6 +40,7 @@ namespace GroupDb const SkipError skipError); const std::string &getName(const int id); const std::string &getLongName(const int id); + bool getShowBadge(const int id); typedef std::map<int, GroupInfo> GroupInfos; |