Salome HOME
Fix incorrect syntax for Windows compiler
[modules/shaper.git] / src / PartSet / PartSet_OverconstraintListener.cpp
index ef25f1e9ab999154055fde5fcafa10f61a8a28fa..640af398ae868f252f563d34e61c89562c30fe6b 100755 (executable)
@@ -110,9 +110,9 @@ void PartSet_OverconstraintListener::getCustomColor(const ObjectPtr& theObject,
 void PartSet_OverconstraintListener::processEvent(
                                                  const std::shared_ptr<Events_Message>& theMessage)
 {
-  // #2271 open document: if sketch has confilcting elements, solver sends message with the elements
-  // by opening the document. Sketch is not active, but an internal container should be updated.
-  // So, we should not check whether the listener is active here
+  // #2271 open document: if sketch has confilcting elements, solver sends message with the
+  // elements by opening the document. Sketch is not active, but an internal container should
+  // be updated. So, we should not check whether the listener is active here
   //if (!myIsActive)
   //  return;