summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/glue/bgtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/glue/bgtc.h')
-rw-r--r--src/core/hle/service/glue/bgtc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/glue/bgtc.h b/src/core/hle/service/glue/bgtc.h
index d6e2baec1..5a5d9c9a7 100644
--- a/src/core/hle/service/glue/bgtc.h
+++ b/src/core/hle/service/glue/bgtc.h
@@ -16,7 +16,7 @@ public:
explicit BGTC_T(Core::System& system_);
~BGTC_T() override;
- void OpenTaskService(Kernel::HLERequestContext& ctx);
+ void OpenTaskService(HLERequestContext& ctx);
};
class ITaskService final : public ServiceFramework<ITaskService> {