mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-20 19:13:56 +00:00
core/reporter: Remove unnecessary namespace qualifiers
The Reporter class is part of the Core namespace, so the System class doesn't need to be qualified.
This commit is contained in:
@@ -183,7 +183,7 @@ json GetHLERequestContextData(Kernel::HLERequestContext& ctx) {
|
||||
|
||||
namespace Core {
|
||||
|
||||
Reporter::Reporter(Core::System& system) : system(system) {}
|
||||
Reporter::Reporter(System& system) : system(system) {}
|
||||
|
||||
Reporter::~Reporter() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user