diff --git a/src/BRepTools/BRepTools.hxx b/src/BRepTools/BRepTools.hxx index 87dbcca95f..35ca6423f2 100644 --- a/src/BRepTools/BRepTools.hxx +++ b/src/BRepTools/BRepTools.hxx @@ -290,7 +290,7 @@ public: theStream, Standard_True, Standard_False, - TopTools_FormatVersion_CURRENT, + TopTools_FormatVersion_VERSION_1, theProgress); } @@ -334,7 +334,7 @@ public: theFile, Standard_True, Standard_False, - TopTools_FormatVersion_CURRENT, + TopTools_FormatVersion_VERSION_1, theProgress); }