Added FileVersion attribute to XML format to distinguish legacy float binary files from new double binary files
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 FileVersion)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user