removed namespaces

This commit is contained in:
fourtf
2018-06-26 17:06:17 +02:00
parent 2df0566492
commit 54eb07e116
132 changed files with 805 additions and 823 deletions
@@ -20,10 +20,10 @@ public:
void load();
providers::twitch::TwitchAccountManager twitch;
TwitchAccountManager twitch;
private:
util::SortedSignalVector<std::shared_ptr<Account>, util::SharedPtrElementLess<Account>>
SortedSignalVector<std::shared_ptr<Account>, SharedPtrElementLess<Account>>
accounts;
};