X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FXmlMNaming%2FXmlMNaming_NamedShapeDriver.hxx;h=100772b2748e860f648a8c3f0b773d3b773c7ee9;hb=7e785937b3e65df86f35364e1036e446d6339cec;hpb=99289bed0a3c89d0fe9d2025d3452c0f66c7c9e1 diff --git a/src/XmlMNaming/XmlMNaming_NamedShapeDriver.hxx b/src/XmlMNaming/XmlMNaming_NamedShapeDriver.hxx index 8efb65953f..100772b274 100644 --- a/src/XmlMNaming/XmlMNaming_NamedShapeDriver.hxx +++ b/src/XmlMNaming/XmlMNaming_NamedShapeDriver.hxx @@ -55,11 +55,11 @@ public: //! Input the shapes from DOM element Standard_EXPORT void ReadShapeSection (const XmlObjMgt_Element& anElement, - const Handle(Message_ProgressIndicator)& theProgress = NULL); + const Message_ProgressRange& theRange = Message_ProgressRange()); //! Output the shapes into DOM element Standard_EXPORT void WriteShapeSection (XmlObjMgt_Element& anElement, - const Handle(Message_ProgressIndicator)& theProgress = NULL); + const Message_ProgressRange& theRange = Message_ProgressRange()); //! Clear myShapeSet Standard_EXPORT void Clear();