Salome HOME
PR: synchro V6_main tag mergeto_V7_main_11Feb13
[modules/geom.git] / src / STEPExport / STEPExport.cxx
index abe5c310a9b9b16dcfa453730b853f1eb75d4596..e911cd01e8f51713f3646de3b5d5ca5405d9d447 100644 (file)
@@ -61,8 +61,9 @@
 
 extern "C"
 {
-  STEPEXPORT_EXPORT
-  int Export(const TopoDS_Shape& theShape, const TCollection_AsciiString& theFileName)
+  STEPEXPORT_EXPORT int Export (const TopoDS_Shape& theShape,
+                                const TCollection_AsciiString& theFileName,
+                                const TCollection_AsciiString& /*theFormatName*/)
   {
     MESSAGE("Export STEP into file " << theFileName.ToCString());