Salome HOME
Method isValid is redefined to allow other operations is started above this one.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_AddSubMeshOp.h
index a9124eb71a7c0d1f37990e35166e1695835fd2ae..6cbc324ed3ac38c18edfc3e88c7d4b9347c02533 100644 (file)
@@ -53,6 +53,7 @@ public:
 
   virtual SalomeApp_Dialog* dlg() const;
   void    init();
+  virtual bool isValid( SUIT_Operation* theOtherOp ) const;
   
 protected:
   virtual void startOperation();