Salome HOME
Merge multi-study removal branch.
[modules/geom.git] / src / VTKPlugin / VTKPlugin_IECallBack.hxx
index 71ba137e50e6522ab6ffe3e96aaef6885b2fc573..3140898e0648c3433e7298c13f7cf6a343c2c736 100644 (file)
@@ -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