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.
pull/8/head
Lioncash 6 years ago
parent 42f7c11021
commit 6335bf136f

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

Loading…
Cancel
Save