From: nds Date: Mon, 2 Nov 2015 10:23:08 +0000 (+0300) Subject: Compilation correction. X-Git-Tag: V_2.0.0_alfa1~41 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bed1e5c3525e9a4d997635c6d3273108c6a52354;p=modules%2Fshaper.git Compilation correction. --- diff --git a/src/XGUI/XGUI_Workshop.cpp b/src/XGUI/XGUI_Workshop.cpp index cb519a969..52212d11b 100755 --- a/src/XGUI/XGUI_Workshop.cpp +++ b/src/XGUI/XGUI_Workshop.cpp @@ -861,9 +861,6 @@ void XGUI_Workshop::onRebuild() updateCommandStatus(); } -//****************************************************** -} - //****************************************************** void XGUI_Workshop::onWidgetStateChanged(int thePreviousState) { @@ -878,6 +875,8 @@ void XGUI_Workshop::onWidgetStateChanged(int thePreviousState) operationMgr()->onValidateOperation(); myModule->widgetStateChanged(thePreviousState); +} + ModuleBase_IModule* XGUI_Workshop::loadModule(const QString& theModule) { QString libName = QString::fromStdString(library(theModule.toStdString()));