mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-27 12:04:16 +01:00
Merge pull request #3655 from lioncash/fwd-decl
cam: Correct forward declaration type for Core::EventType
This commit is contained in:
commit
7f408eefa3
@ -18,7 +18,7 @@ class CameraInterface;
|
||||
}
|
||||
|
||||
namespace CoreTiming {
|
||||
class EventType;
|
||||
struct EventType;
|
||||
}
|
||||
|
||||
namespace Kernel {
|
||||
|
Loading…
Reference in New Issue
Block a user