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.
This commit is contained in:
		@@ -15,7 +15,7 @@ namespace Kernel {
 | 
			
		||||
class SharedMemory;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
namespace SM {
 | 
			
		||||
namespace Service::SM {
 | 
			
		||||
class ServiceManager;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user