From fc1d6a20160960da2fb38416034ed51eb066253e Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 12 Feb 2013 14:57:41 +0000 Subject: [PATCH] Merge from V6_main 11/02/2013 --- Examples/cppgui1/cppcomposGUI.cxx | 3 +-- module_generator/hxx_tmpl_gui.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Examples/cppgui1/cppcomposGUI.cxx b/Examples/cppgui1/cppcomposGUI.cxx index 1d20a61..ec6f48f 100644 --- a/Examples/cppgui1/cppcomposGUI.cxx +++ b/Examples/cppgui1/cppcomposGUI.cxx @@ -44,8 +44,7 @@ extern "C" { // Constructor cppcomposGUI::cppcomposGUI() : - SalomeApp_Module( "cppcompos" ), // default name - LightApp_Module( "cppcompos" ) + SalomeApp_Module( "cppcompos" ) // default name { } diff --git a/module_generator/hxx_tmpl_gui.py b/module_generator/hxx_tmpl_gui.py index 2950c5d..9697bff 100644 --- a/module_generator/hxx_tmpl_gui.py +++ b/module_generator/hxx_tmpl_gui.py @@ -40,8 +40,7 @@ using namespace std; // Constructor ${component_name}GUI::${component_name}GUI() : - SalomeApp_Module( COMPONENT_NAME ), // Module name - LightApp_Module( COMPONENT_NAME ) + SalomeApp_Module( COMPONENT_NAME ) // Module name { // Initializations default_bool = false; -- 2.39.2