Commit 9dfc3d61 authored by Wouter van Oortmerssen's avatar Wouter van Oortmerssen

Merge pull request #3735 from evolutional/vs2010-buildfix

Buildfix for VS2010
parents db0727e9 112a619e
...@@ -938,6 +938,9 @@ FLATBUFFERS_FINAL_CLASS ...@@ -938,6 +938,9 @@ FLATBUFFERS_FINAL_CLASS
return table_a->KeyCompareLessThan(table_b); return table_a->KeyCompareLessThan(table_b);
} }
vector_downward& buf_; vector_downward& buf_;
private:
TableKeyComparator& operator= (const TableKeyComparator&);
}; };
/// @endcond /// @endcond
......
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