From: rnv Date: Fri, 17 Apr 2009 10:57:52 +0000 (+0000) Subject: Implementation of the issue 0020151 (SALOME: Light Python module): X-Git-Tag: V5_1_2rc1~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=146c0b3d6a7d184bad241d696dd0290917faa8a5;p=modules%2Fgeom.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/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 54722fe93..37b3c8b49 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -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 ) ) {