From: eap Date: Wed, 7 Nov 2007 09:32:04 +0000 (+0000) Subject: PAL16774 (Crash after display of many groups) X-Git-Tag: V3_2_9rc1~34 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=52bcb571a056f80effb6fe126128eb623785573c 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 72f756e46..a2a8fb6dd 100644 --- a/src/SMESHGUI/SMESHGUI.h +++ b/src/SMESHGUI/SMESHGUI.h @@ -110,6 +110,7 @@ public : public slots: virtual bool deactivateModule( SUIT_Study* ); virtual bool activateModule( SUIT_Study* ); + virtual void studyClosed( SUIT_Study* ); private slots: void OnGUIEvent();