From c9406b3a7b241dd976ecfde98baf86912dfa3583 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 12 Feb 2013 12:40:50 +0000 Subject: [PATCH] Merge from V6_main 11/02/2013 --- src/HELLOGUI/HELLOGUI.cxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/HELLOGUI/HELLOGUI.cxx b/src/HELLOGUI/HELLOGUI.cxx index 8d88e49..f602fe7 100644 --- a/src/HELLOGUI/HELLOGUI.cxx +++ b/src/HELLOGUI/HELLOGUI.cxx @@ -51,15 +51,9 @@ HELLO_ORB::HELLO_Gen_var HELLOGUI::myEngine; Creates an instance of the HELLO GUI module. Initializes (loads if necessary) HELLO module engine. - - \note Since SalomeApp_Module uses virtual inheritance - from LightApp_Module class, it's necessary to call both - base classes constructors, even though HELLOGUI class - inherits directly only SalomeApp_Module. */ HELLOGUI::HELLOGUI() : - SalomeApp_Module( "HELLO" ), // module name - LightApp_Module( "HELLO" ) // module name + SalomeApp_Module( "HELLO" ) // module name { init(); // internal initialization } -- 2.39.2