mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
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.
This commit is contained in:
parent
42f7c11021
commit
6335bf136f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace Kernel {
|
|||
class SharedMemory;
|
||||
}
|
||||
|
||||
namespace SM {
|
||||
namespace Service::SM {
|
||||
class ServiceManager;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue