Add SchemaVersion to RestoreDocFile to distinquish double from float binary
This commit is contained in:
@@ -401,7 +401,7 @@ void PropertyFileIncluded::SaveDocFile (Base::Writer &writer) const
|
||||
}
|
||||
}
|
||||
|
||||
void PropertyFileIncluded::RestoreDocFile(Base::Reader &reader)
|
||||
void PropertyFileIncluded::RestoreDocFile(Base::Reader &reader, const int DocumentSchema)
|
||||
{
|
||||
Base::FileInfo fi(_cValue.c_str());
|
||||
Base::ofstream to(fi);
|
||||
|
||||
Reference in New Issue
Block a user