mirror of https://github.com/axmolengine/axmol.git
Fix couple of warnings. Make forward declarations to match to real declarations.
This commit is contained in:
parent
6494a7abae
commit
be01bede63
|
@ -34,7 +34,7 @@ THE SOFTWARE.
|
|||
|
||||
namespace flatbuffers
|
||||
{
|
||||
struct FlatBufferBuilder;
|
||||
class FlatBufferBuilder;
|
||||
|
||||
struct NodeAction;
|
||||
struct TimeLine;
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
namespace flatbuffers
|
||||
{
|
||||
struct FlatBufferBuilder;
|
||||
class FlatBufferBuilder;
|
||||
|
||||
struct NodeTree;
|
||||
|
||||
|
|
Loading…
Reference in New Issue