Explorar o código

lioncash proposed changes

David %!s(int64=8) %!d(string=hai) anos
pai
achega
df669bc540
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/core/hle/service/prepo/prepo.h

+ 2 - 2
src/core/hle/service/prepo/prepo.h

@@ -11,7 +11,7 @@ namespace Service::Playreport {
 
 class Playreport final : public ServiceFramework<Playreport> {
 public:
-    Playreport(const char* name);
+    explicit Playreport(const char* name);
     ~Playreport() = default;
 
 private:
@@ -20,4 +20,4 @@ private:
 
 void InstallInterfaces(SM::ServiceManager& service_manager);
 
-}; // namespace Service::Playreport
+} // namespace Service::Playreport