Skip to content
Snippets Groups Projects
Commit 4a04bac2 authored by Wouter van Oortmerssen's avatar Wouter van Oortmerssen
Browse files

Fixed struct -> class pre-declaration error.

Change-Id: I3730a6823d603982c4250d514e827e3f93d1f81e
Tested: on Linux.
parent 72fc45aa
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,7 @@ inline size_t SizeOf(BaseType t) { ...@@ -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_.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment