Add SchemaVersion to RestoreDocFile to distinquish double from float binary
This commit is contained in:
@@ -374,7 +374,7 @@ void PropertyPythonObject::SaveDocFile (Base::Writer &writer) const
|
||||
writer.Stream().put(*it);
|
||||
}
|
||||
|
||||
void PropertyPythonObject::RestoreDocFile(Base::Reader &reader)
|
||||
void PropertyPythonObject::RestoreDocFile(Base::Reader &reader, const int DocumentSchema)
|
||||
{
|
||||
aboutToSetValue();
|
||||
std::string buffer;
|
||||
|
||||
Reference in New Issue
Block a user