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
|
namespace flatbuffers
|
||||||
{
|
{
|
||||||
struct FlatBufferBuilder;
|
class FlatBufferBuilder;
|
||||||
|
|
||||||
struct NodeAction;
|
struct NodeAction;
|
||||||
struct TimeLine;
|
struct TimeLine;
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
namespace flatbuffers
|
namespace flatbuffers
|
||||||
{
|
{
|
||||||
struct FlatBufferBuilder;
|
class FlatBufferBuilder;
|
||||||
|
|
||||||
struct NodeTree;
|
struct NodeTree;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue