put singletons into their namespace
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <QRegularExpression>
|
||||
|
||||
namespace chatterino {
|
||||
namespace singletons {
|
||||
CommandManager &CommandManager::getInstance()
|
||||
{
|
||||
static CommandManager instance;
|
||||
@@ -81,3 +82,4 @@ CommandManager &CommandManager::getInstance()
|
||||
// this->text = _text.mid(index + 1);
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user