mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 19:35:47 +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
2f967b8b46
commit
269a497914
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…
Add table
Add a link
Reference in a new issue