From: rnv Date: Fri, 17 Apr 2009 11:03:03 +0000 (+0000) Subject: Implementation of the issue 0020151 (SALOME: Light Python module): X-Git-Tag: V5_1_2rc1~56 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0f1fe5b1e3653316af45620f14dc4783b223d5e5;p=modules%2Fsmesh.git Implementation of the issue 0020151 (SALOME: Light Python module): Call LightApp_Module::LightApp_Module() constructor, because virtual inheritance between LightApp_Module and SalomeApp_Module classes was added. --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 6105681a0..4af6cf398 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -1063,7 +1063,8 @@ SMESH::SMESH_Gen_var SMESHGUI::myComponentSMESH = SMESH::SMESH_Gen::_nil(); */ //============================================================================= SMESHGUI::SMESHGUI() : -SalomeApp_Module( "SMESH" ) +SalomeApp_Module( "SMESH" ), +LightApp_Module( "SMESH" ) { if ( CORBA::is_nil( myComponentSMESH ) ) {