This commit is contained in:
David Marcec
2019-09-22 16:35:43 +10:00
parent 8d3ff2b127
commit f21ab654db
4 changed files with 12 additions and 8 deletions

View File

@ -97,8 +97,8 @@ private:
};
/// Registers all NS services with the specified service manager.
void InstallInterfaces(SM::ServiceManager& service_manager, FileSystem::FileSystemController& fsc);
void InstallInterfaces(SM::ServiceManager& service_manager, Core::System& system,
FileSystem::FileSystemController& fsc);
} // namespace NS
} // namespace Service