refactor: Make ChatterinoBadges less of a singleton (#5103)
This commit is contained in:
@@ -134,7 +134,7 @@ public:
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
ChatterinoBadges *getChatterinoBadges() override
|
||||
IChatterinoBadges *getChatterinoBadges() override
|
||||
{
|
||||
assert(false && "EmptyApplication::getChatterinoBadges was called "
|
||||
"without being initialized");
|
||||
|
||||
Reference in New Issue
Block a user