Salome HOME
Fix for '#18490 GEOM build fail with master branch' issue.
[modules/geom.git] / src / VTKPlugin / VTKPlugin_IECallBack.hxx
index f695be45467609f179e1746bc27b66ec0dcb57b8..6d11e84e1440396e83dd6b506870d68447f841a9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2015  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2014-2019  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -36,10 +36,9 @@ public:
   VTKPlugin_IECallBack();
   ~VTKPlugin_IECallBack();
   
-  bool Export( int                            theDocId,
-              const Handle(GEOM_Object)      theOriginal,
-              const TCollection_AsciiString& theFileName,
-              const TCollection_AsciiString& theFormatName );
+  bool Export( const Handle(GEOM_Object)      theOriginal,
+               const TCollection_AsciiString& theFileName,
+               const TCollection_AsciiString& theFormatName );
 };
 
 #endif