summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_sc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/caps/caps_sc.h')
-rw-r--r--src/core/hle/service/caps/caps_sc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/caps/caps_sc.h b/src/core/hle/service/caps/caps_sc.h
index ac3e929ca..e79a33ee5 100644
--- a/src/core/hle/service/caps/caps_sc.h
+++ b/src/core/hle/service/caps/caps_sc.h
@@ -6,15 +6,15 @@
#include "core/hle/service/service.h"
-namespace Kernel {
-class HLERequestContext;
+namespace Core {
+class System;
}
namespace Service::Capture {
class CAPS_SC final : public ServiceFramework<CAPS_SC> {
public:
- explicit CAPS_SC();
+ explicit CAPS_SC(Core::System& system_);
~CAPS_SC() override;
};