Added FileVersion attribute to XML format to distinguish legacy float binary files from new double binary files
This commit is contained in:
@@ -65,6 +65,6 @@ void Persistence::SaveDocFile (Writer &/*writer*/) const
|
||||
{
|
||||
}
|
||||
|
||||
void Persistence::RestoreDocFile(Reader &/*reader*/)
|
||||
void Persistence::RestoreDocFile(Reader &/*reader*/, const int FileVersion)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user