mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-18 17:00:40 +05:00
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:
parent
81117c2d04
commit
146c0b3d6a
@ -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 ) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user