summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/hle/service/prepo/prepo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/prepo/prepo.h b/src/core/hle/service/prepo/prepo.h
index 77457b7bd..40e26adcf 100644
--- a/src/core/hle/service/prepo/prepo.h
+++ b/src/core/hle/service/prepo/prepo.h
@@ -11,7 +11,7 @@ namespace Service::Playreport {
11 11
12class Playreport final : public ServiceFramework<Playreport> { 12class Playreport final : public ServiceFramework<Playreport> {
13public: 13public:
14 Playreport(const char* name); 14 explicit Playreport(const char* name);
15 ~Playreport() = default; 15 ~Playreport() = default;
16 16
17private: 17private:
@@ -20,4 +20,4 @@ private:
20 20
21void InstallInterfaces(SM::ServiceManager& service_manager); 21void InstallInterfaces(SM::ServiceManager& service_manager);
22 22
23}; // namespace Service::Playreport 23} // namespace Service::Playreport