mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-27 09:32:30 -06:00
Merge pull request #3655 from lioncash/fwd-decl
cam: Correct forward declaration type for Core::EventType
This commit is contained in:
commit
7f408eefa3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class CameraInterface;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace CoreTiming {
|
namespace CoreTiming {
|
||||||
class EventType;
|
struct EventType;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
Loading…
Reference in a new issue