Merge pull request #2174 from lioncash/fwd

service/hid: Amend forward declaration of ServiceManager
master
bunnei 2019-02-27 21:20:06 +07:00 committed by GitHub
commit 49c6d21b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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