Salome HOME
Implementation of the issue 0020151 (SALOME: Light Python module):
authorrnv <rnv@opencascade.com>
Fri, 17 Apr 2009 10:57:52 +0000 (10:57 +0000)
committerrnv <rnv@opencascade.com>
Fri, 17 Apr 2009 10:57:52 +0000 (10:57 +0000)
Call LightApp_Module::LightApp_Module() constructor, because virtual inheritance between LightApp_Module and SalomeApp_Module classes was added.

src/GEOMGUI/GeometryGUI.cxx

index 54722fe9336e3c3951c7fcf44df913a1cdb94d97..37b3c8b494100441c4dfe7d15fd2b9bd4fb8969d 100644 (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 ) )
   {