Salome HOME
bos #29482 Export of colors and names to STEP.
[modules/shaper.git] / src / ModelAPI / ModelAPI_Events.cpp
index 4a8caa8e470fc83ba30c9b058e20aaf27ee92c40..43cfc4d0c9b78b796bde7a973157f370b5bf0c04 100644 (file)
@@ -472,7 +472,8 @@ const ListOfShape& ModelAPI_ShapesFailedMessage::shapes() const
 }
 
 /// Creates an empty message
-ModelAPI_CheckConstraintsMessage::ModelAPI_CheckConstraintsMessage(const Events_ID theID, const void* theSender)
+ModelAPI_CheckConstraintsMessage::ModelAPI_CheckConstraintsMessage(
+  const Events_ID theID, const void* theSender)
   :Events_Message(theID, theSender)
 {
 }