]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.h
Salome HOME
Issue #529 : 4.07. Import IGES, export to BREP, STEP, IGES - Remove redundant code...
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_IGESExport.h
index e52a263e78e76c251e3355f785b44c73a573d9b6..4f0f3cc3411866511b1579f2eeff0b802d51800a 100644 (file)
@@ -23,7 +23,7 @@ GEOMALGOAPI_EXPORT
 bool Export(const TCollection_AsciiString& theFileName,
             const TCollection_AsciiString& theFormatName,
             const TopoDS_Shape& theShape,
-            TCollection_AsciiString& theError, const TDF_Label&);
+            TCollection_AsciiString& theError);
 
 }