summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-02-28 03:20:06 +0100
committerGitHub <noreply@github.com>2019-02-28 03:20:06 +0100
commit49c6d21b313f7fe3b84fa0503e9a743f7be794c9 (patch)
treeab3a163ef6179e4a5d1e470644c486fe677f4927 /src/core/hle/service/hid/hid.h
parentMerge pull request #2152 from ReinUsesLisp/vk-stream-buffer (diff)
parentservice/hid: Amend forward declaration of ServiceManager (diff)
downloadyuzu-49c6d21b313f7fe3b84fa0503e9a743f7be794c9.tar
yuzu-49c6d21b313f7fe3b84fa0503e9a743f7be794c9.tar.gz
yuzu-49c6d21b313f7fe3b84fa0503e9a743f7be794c9.tar.bz2
yuzu-49c6d21b313f7fe3b84fa0503e9a743f7be794c9.tar.lz
yuzu-49c6d21b313f7fe3b84fa0503e9a743f7be794c9.tar.xz
yuzu-49c6d21b313f7fe3b84fa0503e9a743f7be794c9.tar.zst
yuzu-49c6d21b313f7fe3b84fa0503e9a743f7be794c9.zip
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
-rw-r--r--src/core/hle/service/hid/hid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h
index 6d897c842..7cc58db4c 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -15,7 +15,7 @@ namespace Kernel {
class SharedMemory;
}
-namespace SM {
+namespace Service::SM {
class ServiceManager;
}