]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Implementation of the issue 0020151 (SALOME: Light Python module):
authorrnv <rnv@opencascade.com>
Fri, 17 Apr 2009 11:03:03 +0000 (11:03 +0000)
committerrnv <rnv@opencascade.com>
Fri, 17 Apr 2009 11:03:03 +0000 (11:03 +0000)
Call LightApp_Module::LightApp_Module() constructor, because virtual inheritance between LightApp_Module and SalomeApp_Module classes was added.

src/SMESHGUI/SMESHGUI.cxx

index 6105681a0150260a6bd91680fbae926c9e6708e5..4af6cf398b395e4c5fc811bf83d530f41fa85b84 100644 (file)
@@ -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 ) )
   {