Salome HOME
Issue #355 Delete: elements of sketch and constraints:
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_IGESImport.h
index c01f7c1d542675acc8dfd842a753450915da56ad..9bdb3ad84515fdd4abfd2ded6c9818a603edba97 100644 (file)
@@ -22,7 +22,7 @@ namespace IGESImport {
 GEOMALGOAPI_EXPORT
 TopoDS_Shape Import(const TCollection_AsciiString& theFileName,
                     const TCollection_AsciiString& theFormatName,
-                    TCollection_AsciiString& theError, const TDF_Label&);
+                    TCollection_AsciiString& theError);
 
 }