Merge pull request #3735 from evolutional/vs2010-buildfix

Buildfix for VS2010
This commit is contained in:
Wouter van Oortmerssen
2016-01-20 13:49:40 -08:00

View File

@@ -938,6 +938,9 @@ FLATBUFFERS_FINAL_CLASS
return table_a->KeyCompareLessThan(table_b);
}
vector_downward& buf_;
private:
TableKeyComparator& operator= (const TableKeyComparator&);
};
/// @endcond