chore: ensure statics are only present once in the final app (#5588)
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
const QString &emoteID) const;
|
||||
};
|
||||
|
||||
static const std::shared_ptr<const EmoteMap> EMPTY_EMOTE_MAP = std::make_shared<
|
||||
inline const std::shared_ptr<const EmoteMap> EMPTY_EMOTE_MAP = std::make_shared<
|
||||
const EmoteMap>(); // NOLINT(cert-err58-cpp) -- assume this doesn't throw an exception
|
||||
|
||||
EmotePtr cachedOrMakeEmotePtr(Emote &&emote, const EmoteMap &cache);
|
||||
|
||||
Reference in New Issue
Block a user