Fixed struct -> class pre-declaration error.

Change-Id: I3730a6823d603982c4250d514e827e3f93d1f81e
Tested: on Linux.
This commit is contained in:
Wouter van Oortmerssen
2016-04-13 12:02:22 -07:00
parent 72fc45aa6a
commit 4a04bac250

View File

@@ -112,7 +112,7 @@ inline size_t SizeOf(BaseType t) {
struct StructDef;
struct EnumDef;
struct Parser;
class Parser;
// Represents any type in the IDL, which is a combination of the BaseType
// and additional information for vectors/structs_.