Salome HOME
A fix for the next case:
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_BREPImport.h
index e8db4b55603d6cf2169fe0eaa2dae285a369dda4..6afbdf0cad1d1c830fe72af945630c70723455a9 100644 (file)
 
 namespace BREPImport {
 
+/// Implementation of the import BREP files algorithms
 GEOMALGOAPI_EXPORT
 TopoDS_Shape Import(const TCollection_AsciiString& theFileName,
                     const TCollection_AsciiString& theFormatName,
-                    TCollection_AsciiString& theError, const TDF_Label&);
+                    TCollection_AsciiString& theError);
 
 }