From 291cd99bc11c32b3ed44d8e4eab1b23a14b5ddbd Mon Sep 17 00:00:00 2001 From: nds Date: Fri, 15 Dec 2017 15:50:15 +0300 Subject: [PATCH] linux compilation correction --- src/XGUI/XGUI_Displayer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/XGUI/XGUI_Displayer.cpp b/src/XGUI/XGUI_Displayer.cpp index cb1ea4bcd..b0dec5323 100644 --- a/src/XGUI/XGUI_Displayer.cpp +++ b/src/XGUI/XGUI_Displayer.cpp @@ -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()) { -- 2.39.2