Merge pull request #2174 from lioncash/fwd
service/hid: Amend forward declaration of ServiceManager
This commit is contained in:
commit
49c6d21b31
|
@ -15,7 +15,7 @@ namespace Kernel {
|
|||
class SharedMemory;
|
||||
}
|
||||
|
||||
namespace SM {
|
||||
namespace Service::SM {
|
||||
class ServiceManager;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue