]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
linux compilation correction
authornds <nds@opencascade.com>
Fri, 15 Dec 2017 12:50:15 +0000 (15:50 +0300)
committernds <nds@opencascade.com>
Fri, 15 Dec 2017 12:50:38 +0000 (15:50 +0300)
src/XGUI/XGUI_Displayer.cpp

index cb1ea4bcd9196b4837a77ed52fc75bf7b22082ca..b0dec532345a4f86c6e01b08a53a488e3d879609 100644 (file)
@@ -639,7 +639,8 @@ void XGUI_Displayer::updateViewer() const
   Handle(AIS_InteractiveContext) aContext = AISContext();
 
 #ifdef DEBUG_VIEWER_BLOCKED_COUNT
-  std::cout << "updateViewer: " << (myViewerBlockedRecursiveCount == 0 ? " done" : " later") << std::endl;
+  std::cout << "updateViewer: " << (myViewerBlockedRecursiveCount == 0 ? " done" : " later")
+            << std::endl;
 #endif
 
   if (!aContext.IsNull() && isUpdateEnabled()) {