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