Explorar o código

Merge pull request #2174 from lioncash/fwd

service/hid: Amend forward declaration of ServiceManager
bunnei %!s(int64=7) %!d(string=hai) anos
pai
achega
49c6d21b31
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/service/hid/hid.h

+ 1 - 1
src/core/hle/service/hid/hid.h

@@ -15,7 +15,7 @@ namespace Kernel {
 class SharedMemory;
 }
 
-namespace SM {
+namespace Service::SM {
 class ServiceManager;
 }