Salome HOME
Update SketchBuilder to work on faces with holes (issue #1320)
[modules/shaper.git] / src / XGUI / XGUI_ViewerProxy.cpp
index d0b6779e83112c582d5ffbe7b00b57a3303c2e2b..6233d28ff80940973c70c6920d1df3752944f42e 100644 (file)
@@ -29,7 +29,7 @@ void XGUI_ViewerProxy::connectViewProxy()
          SIGNAL(trihedronVisibilityChanged(bool)));
 #else
   connect(myWorkshop->mainWindow()->viewer(), SIGNAL(trihedronVisibilityChanged(bool)),
-         SLOT(trihedronVisibilityChanged(bool)));
+         SIGNAL(trihedronVisibilityChanged(bool)));
 #endif
 }