mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 12:24:12 +00:00
Fixed struct -> class pre-declaration error.
Change-Id: I3730a6823d603982c4250d514e827e3f93d1f81e Tested: on Linux.
This commit is contained in:
@@ -112,7 +112,7 @@ inline size_t SizeOf(BaseType t) {
|
|||||||
|
|
||||||
struct StructDef;
|
struct StructDef;
|
||||||
struct EnumDef;
|
struct EnumDef;
|
||||||
struct Parser;
|
class Parser;
|
||||||
|
|
||||||
// Represents any type in the IDL, which is a combination of the BaseType
|
// Represents any type in the IDL, which is a combination of the BaseType
|
||||||
// and additional information for vectors/structs_.
|
// and additional information for vectors/structs_.
|
||||||
|
|||||||
Reference in New Issue
Block a user