]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.h
Salome HOME
Issue #529 : 4.07. Import IGES, export to BREP, STEP, IGES - Remove redundant code...
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_BREPExport.h
index 90496b0e4589c342b61704cd8d84a3914748e74d..88acbf5a1fe4105d680a682477bf11cce7ae9340 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);
 
 }