Browse Source

Merge pull request #2174 from lioncash/fwd

service/hid: Amend forward declaration of ServiceManager
pull/15/merge
bunnei 7 years ago
committed by GitHub
parent
commit
49c6d21b31
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/hle/service/hid/hid.h

2
src/core/hle/service/hid/hid.h

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

Loading…
Cancel
Save