Commit ee4b392e authored by Kenton Varda's avatar Kenton Varda

Fix 32-bit build.

parent f6205591
......@@ -207,7 +207,7 @@ public:
Orphanage getOrphanage();
private:
void* arenaSpace[17];
void* arenaSpace[18];
// Space in which we can construct a BuilderArena. We don't use BuilderArena directly here
// because we don't want clients to have to #include arena.h, which itself includes a bunch of
// big STL headers. We don't use a pointer to a BuilderArena because that would require an
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment