Skip to content
Snippets Groups Projects
Commit 6335bf13 authored by Lioncash's avatar Lioncash
Browse files

service/hid: Amend forward declaration of ServiceManager

The SM namespace is within the Service namespace, so this was forward
declaring a type that didn't exist.
parent 42f7c110
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ namespace Kernel { ...@@ -15,7 +15,7 @@ namespace Kernel {
class SharedMemory; class SharedMemory;
} }
namespace SM { namespace Service::SM {
class ServiceManager; class ServiceManager;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment