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 896add892..d1e807dd4 100644 --- a/src/core/reporter.cpp +++ b/src/core/reporter.cpp | |||
| @@ -192,7 +192,7 @@ json GetHLERequestContextData(Kernel::HLERequestContext& ctx, Core::Memory::Memo | |||
| 192 | 192 | ||
| 193 | namespace Core { | 193 | namespace Core { |
| 194 | 194 | ||
| 195 | Reporter::Reporter(System& system) : system(system) {} | 195 | Reporter::Reporter(System& system_) : system(system_) {} |
| 196 | 196 | ||
| 197 | Reporter::~Reporter() = default; | 197 | Reporter::~Reporter() = default; |
| 198 | 198 | ||