Browse Source

Merge pull request #2174 from lioncash/fwd

service/hid: Amend forward declaration of ServiceManager
nce_cpp
bunnei 7 years ago
committed by GitHub
parent
commit
a3d1f9b0f8
  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; class SharedMemory;
} }
namespace SM {
namespace Service::SM {
class ServiceManager; class ServiceManager;
} }

Loading…
Cancel
Save