summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-02-27 11:36:46 -0500
committerLioncash <mathew1800@gmail.com>2019-02-27 11:36:48 -0500
commit6335bf136f5710e02ccdefc452dfd3b9b53fc312 (patch)
tree5aad826ca218bbb6f10cc46856e38acdb9642ae8 /src
parent42f7c11021482212711df1d99687a380f07ad67a (diff)
service/hid: Amend forward declaration of ServiceManager
The SM namespace is within the Service namespace, so this was forward declaring a type that didn't exist.
Diffstat (limited to 'src')
-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;
}