cam: Correct forward declaration type for Core::EventType
This is actually a struct, not a class.
This commit is contained in:
		@@ -18,7 +18,7 @@ class CameraInterface;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
namespace CoreTiming {
 | 
			
		||||
class EventType;
 | 
			
		||||
struct EventType;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
namespace Kernel {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user