summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/pdm_qry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ns/pdm_qry.h')
-rw-r--r--src/core/hle/service/ns/pdm_qry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/ns/pdm_qry.h b/src/core/hle/service/ns/pdm_qry.h
index abcc3bef3..c98e01660 100644
--- a/src/core/hle/service/ns/pdm_qry.h
+++ b/src/core/hle/service/ns/pdm_qry.h
@@ -26,7 +26,7 @@ public:
~PDM_QRY() override;
private:
- void QueryPlayStatisticsByApplicationIdAndUserAccountId(Kernel::HLERequestContext& ctx);
+ void QueryPlayStatisticsByApplicationIdAndUserAccountId(HLERequestContext& ctx);
};
} // namespace Service::NS