mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0031501: Foundation Classes, Message_Printer - remove theToPutEndl argument -- use shortcuts
Message::DefaultMessenger()->Send() have been replaced by shortcuts Message::Send().
This commit is contained in:
@@ -136,7 +136,7 @@ Standard_Boolean StlAPI_Writer::Write (const TopoDS_Shape& theShape,
|
||||
TCollection_AsciiString (aNbFacesNoTri) +
|
||||
TCollection_AsciiString ((aNbFacesNoTri == 1) ? " face has" : " faces have") +
|
||||
TCollection_AsciiString (" been skipped due to null triangulation");
|
||||
Message::DefaultMessenger()->Send (aWarningMsg, Message_Warning);
|
||||
Message::SendWarning (aWarningMsg);
|
||||
}
|
||||
|
||||
return isDone;
|
||||
|
Reference in New Issue
Block a user