Commit 62c0270a authored by Kenton Varda's avatar Kenton Varda

Fix 32-bit build.

parent 1d8e5b67
......@@ -208,7 +208,7 @@ public:
Orphanage getOrphanage();
private:
void* arenaSpace[19];
void* arenaSpace[20];
// 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