diff options
Diffstat (limited to 'src/core/reporter.cpp')
| -rw-r--r-- | src/core/reporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/reporter.cpp b/src/core/reporter.cpp index 96b71037a..d79a9336d 100644 --- a/src/core/reporter.cpp +++ b/src/core/reporter.cpp | |||
| @@ -183,7 +183,7 @@ json GetHLERequestContextData(Kernel::HLERequestContext& ctx) { | |||
| 183 | 183 | ||
| 184 | namespace Core { | 184 | namespace Core { |
| 185 | 185 | ||
| 186 | Reporter::Reporter(Core::System& system) : system(system) {} | 186 | Reporter::Reporter(System& system) : system(system) {} |
| 187 | 187 | ||
| 188 | Reporter::~Reporter() = default; | 188 | Reporter::~Reporter() = default; |
| 189 | 189 | ||