Browse Source

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.
nce_cpp
Lioncash 7 years ago
parent
commit
269a497914
  1. 2
      src/core/hle/service/hid/hid.h

2
src/core/hle/service/hid/hid.h

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

Loading…
Cancel
Save