]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/BREPExport/BREPExport.cxx
Salome HOME
Merge from V6_main 11/02/2013
[modules/geom.git] / src / BREPExport / BREPExport.cxx
index 6c125cac02a24ba9a4bd196042f1d3e3fd5ca080..7bd879a3aa4c8a550f8e34418d95fb247d388ba6 100644 (file)
@@ -58,8 +58,9 @@
 
 extern "C"
 {
-BREPEXPORT_EXPORT
-  int Export(const TopoDS_Shape& theShape, const TCollection_AsciiString& theFileName)
+  BREPEXPORT_EXPORT int Export (const TopoDS_Shape& theShape,
+                                const TCollection_AsciiString& theFileName,
+                                const TCollection_AsciiString& /*theFormatName*/)
   {
     MESSAGE("Export BREP into file " << theFileName.ToCString());