]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Compilation correction.
authornds <nds@opencascade.com>
Mon, 2 Nov 2015 10:23:08 +0000 (13:23 +0300)
committernds <nds@opencascade.com>
Mon, 2 Nov 2015 10:23:08 +0000 (13:23 +0300)
src/XGUI/XGUI_Workshop.cpp

index cb519a9692fc5f39b590fd708b77aa152ff1f485..52212d11bff20202126610c9e6f0ffc706be39e7 100755 (executable)
@@ -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()));