mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-23 18:19:21 +01:00
cam: Correct forward declaration type for Core::EventType
This is actually a struct, not a class.
This commit is contained in:
parent
bfd1d963ba
commit
5309b51c12
@ -18,7 +18,7 @@ class CameraInterface;
|
|||||||
}
|
}
|
||||||
|
|
||||||
namespace CoreTiming {
|
namespace CoreTiming {
|
||||||
class EventType;
|
struct EventType;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
Loading…
Reference in New Issue
Block a user