Added FileVersion attribute to XML format to distinguish legacy float binary files from new double binary files
This commit is contained in:
@@ -372,7 +372,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 FileVersion)
|
||||
{
|
||||
aboutToSetValue();
|
||||
std::string buffer;
|
||||
|
||||
Reference in New Issue
Block a user