Explorar el Código

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.
Lioncash hace 7 años
padre
commit
6335bf136f
Se han modificado 1 ficheros con 1 adiciones y 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;
 }