summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fatal/fatal_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/fatal/fatal_p.h')
-rw-r--r--src/core/hle/service/fatal/fatal_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/fatal/fatal_p.h b/src/core/hle/service/fatal/fatal_p.h
index c6d953cb5..ffa5b7b98 100644
--- a/src/core/hle/service/fatal/fatal_p.h
+++ b/src/core/hle/service/fatal/fatal_p.h
@@ -10,7 +10,7 @@ namespace Service::Fatal {
class Fatal_P final : public Module::Interface {
public:
- explicit Fatal_P(std::shared_ptr<Module> module, Core::System& system);
+ explicit Fatal_P(std::shared_ptr<Module> module_, Core::System& system_);
~Fatal_P() override;
};