Add SchemaVersion to RestoreDocFile to distinquish double from float binary
This commit is contained in:
@@ -939,7 +939,7 @@ void TopoShape::SaveDocFile (Base::Writer &writer) const
|
||||
{
|
||||
}
|
||||
|
||||
void TopoShape::RestoreDocFile(Base::Reader &reader)
|
||||
void TopoShape::RestoreDocFile(Base::Reader &reader, const int DocumentSchema)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user