Salome HOME
Fix for '#18490 GEOM build fail with master branch' issue.
[modules/geom.git] / src / VTKPlugin / VTKPlugin_IECallBack.hxx
index 71ba137e50e6522ab6ffe3e96aaef6885b2fc573..6d11e84e1440396e83dd6b506870d68447f841a9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2016  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