David
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/core/hle/service/prepo/prepo.h
|
|
@ -11,7 +11,7 @@ namespace Service::Playreport { |
|
|
|
|
|
|
|
|
class Playreport final : public ServiceFramework<Playreport> { |
|
|
class Playreport final : public ServiceFramework<Playreport> { |
|
|
public: |
|
|
public: |
|
|
Playreport(const char* name); |
|
|
|
|
|
|
|
|
explicit Playreport(const char* name); |
|
|
~Playreport() = default; |
|
|
~Playreport() = default; |
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
@ -20,4 +20,4 @@ private: |
|
|
|
|
|
|
|
|
void InstallInterfaces(SM::ServiceManager& service_manager); |
|
|
void InstallInterfaces(SM::ServiceManager& service_manager); |
|
|
|
|
|
|
|
|
}; // namespace Service::Playreport |
|
|
|
|
|
|
|
|
} // namespace Service::Playreport |