This commit is contained in:
David Marcec
2019-09-22 16:41:34 +10:00
parent fcdbf0bc53
commit bd1c4ec9a0
25 changed files with 74 additions and 61 deletions

View File

@ -14,7 +14,7 @@ namespace Service::AOC {
class AOC_U final : public ServiceFramework<AOC_U> {
public:
AOC_U(Core::System& system);
explicit AOC_U(Core::System& system);
~AOC_U() override;
private: