Fix couple of warnings. Make forward declarations to match to real declarations.

This commit is contained in:
Vladimir Timofeev 2014-12-14 21:04:14 +03:00
parent 6494a7abae
commit be01bede63
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ THE SOFTWARE.
namespace flatbuffers
{
struct FlatBufferBuilder;
class FlatBufferBuilder;
struct NodeAction;
struct TimeLine;

View File

@ -32,7 +32,7 @@
namespace flatbuffers
{
struct FlatBufferBuilder;
class FlatBufferBuilder;
struct NodeTree;