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.
This commit is contained in:
rnv 2009-04-17 10:57:52 +00:00
parent 81117c2d04
commit 146c0b3d6a

View File

@ -162,7 +162,8 @@ char* GeometryGUI::JoinObjectParameters(const QStringList& theParametersList)
// purpose : Constructor
//=======================================================================
GeometryGUI::GeometryGUI() :
SalomeApp_Module( "GEOM" )
SalomeApp_Module( "GEOM" ),
LightApp_Module( "GEOM" )
{
if ( CORBA::is_nil( myComponentGeom ) )
{