X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FSTEPControl%2FSTEPControl_Reader.cxx;h=15ea180ba0ddc61c68a61317c4f958671d73e7cb;hb=7e785937b3e65df86f35364e1036e446d6339cec;hpb=99289bed0a3c89d0fe9d2025d3452c0f66c7c9e1 diff --git a/src/STEPControl/STEPControl_Reader.cxx b/src/STEPControl/STEPControl_Reader.cxx index a4a1c635e5..15ea180ba0 100644 --- a/src/STEPControl/STEPControl_Reader.cxx +++ b/src/STEPControl/STEPControl_Reader.cxx @@ -106,9 +106,10 @@ Handle(StepData_StepModel) STEPControl_Reader::StepModel () const //purpose : //======================================================================= -Standard_Boolean STEPControl_Reader::TransferRoot (const Standard_Integer num) +Standard_Boolean STEPControl_Reader::TransferRoot (const Standard_Integer num, + const Message_ProgressRange& theProgress) { - return TransferOneRoot (num); + return TransferOneRoot(num, theProgress); } //=======================================================================