Addressed issues

This commit is contained in:
David Marcec
2019-06-17 08:17:26 +10:00
parent 50e3269f3b
commit 6ca20ad7ba
4 changed files with 14 additions and 9 deletions

View File

@ -39,6 +39,6 @@ public:
};
/// Registers all ACC services with the specified service manager.
void InstallInterfaces(SM::ServiceManager& service_manager);
void InstallInterfaces(Core::System& system);
} // namespace Service::Account