fix compile error
This commit is contained in:
@@ -161,6 +161,11 @@ EmoteMap &EmoteManager::getBTTVChannelEmoteFromCaches()
|
|||||||
return _bttvChannelEmoteFromCaches;
|
return _bttvChannelEmoteFromCaches;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
EmoteMap &EmoteManager::getEmojis()
|
||||||
|
{
|
||||||
|
return this->emojis;
|
||||||
|
}
|
||||||
|
|
||||||
ConcurrentMap<int, EmoteData> &EmoteManager::getFFZChannelEmoteFromCaches()
|
ConcurrentMap<int, EmoteData> &EmoteManager::getFFZChannelEmoteFromCaches()
|
||||||
{
|
{
|
||||||
return _ffzChannelEmoteFromCaches;
|
return _ffzChannelEmoteFromCaches;
|
||||||
|
|||||||
@@ -54,6 +54,7 @@ public:
|
|||||||
EmoteMap &getFFZEmotes();
|
EmoteMap &getFFZEmotes();
|
||||||
EmoteMap &getChatterinoEmotes();
|
EmoteMap &getChatterinoEmotes();
|
||||||
EmoteMap &getBTTVChannelEmoteFromCaches();
|
EmoteMap &getBTTVChannelEmoteFromCaches();
|
||||||
|
EmoteMap &getEmojis();
|
||||||
ConcurrentMap<int, EmoteData> &getFFZChannelEmoteFromCaches();
|
ConcurrentMap<int, EmoteData> &getFFZChannelEmoteFromCaches();
|
||||||
ConcurrentMap<long, EmoteData> &getTwitchEmoteFromCache();
|
ConcurrentMap<long, EmoteData> &getTwitchEmoteFromCache();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user