From: eap Date: Wed, 7 Nov 2007 09:30:18 +0000 (+0000) Subject: PAL16774 (Crash after display of many groups) X-Git-Tag: V4_1_0rc2~63 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b0b1fb044d5d7e65b8e063e5d8ce3eed9d4275b3;p=modules%2Fsmesh.git PAL16774 (Crash after display of many groups) + virtual void studyClosed( SUIT_Study* ); --- diff --git a/src/SMESHGUI/SMESHGUI.h b/src/SMESHGUI/SMESHGUI.h index edcf8ab8e..33ced9a76 100644 --- a/src/SMESHGUI/SMESHGUI.h +++ b/src/SMESHGUI/SMESHGUI.h @@ -114,6 +114,7 @@ public : public slots: virtual bool deactivateModule( SUIT_Study* ); virtual bool activateModule( SUIT_Study* ); + virtual void studyClosed( SUIT_Study* ); private slots: void OnGUIEvent();