Update src/core/hle/service/service.h

Co-authored-by: LC <mathew1800@gmail.com>
This commit is contained in:
bunnei
2020-11-24 14:31:35 -08:00
committed by GitHub
parent 62cf4f4ed9
commit 365f00cce8

View File

@@ -191,7 +191,7 @@ private:
*/
class Services final {
public:
Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system);
explicit Services(std::shared_ptr<SM::ServiceManager>& sm, Core::System& system);
~Services();
private: