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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/core/hle/service/hid/hid.h
|
|
|
@ -15,7 +15,7 @@ namespace Kernel { |
|
|
|
class SharedMemory; |
|
|
|
} |
|
|
|
|
|
|
|
namespace SM { |
|
|
|
namespace Service::SM { |
|
|
|
class ServiceManager; |
|
|
|
} |
|
|
|
|
|
|
|
|