cam: Correct forward declaration type for Core::EventType

This is actually a struct, not a class.
This commit is contained in:
Lioncash 2018-04-12 23:15:01 -04:00
parent bfd1d963ba
commit 5309b51c12
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class CameraInterface;
}
namespace CoreTiming {
class EventType;
struct EventType;
}
namespace Kernel {