mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +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:
@@ -162,7 +162,7 @@ Xw_Window::Xw_Window (const Handle(Aspect_DisplayConnection)& theXDisplay,
|
||||
}
|
||||
if (aVisInfo == NULL)
|
||||
{
|
||||
Message::DefaultMessenger()->Send ("Warning: cannot choose Visual using EGL while creating Xw_Window", Message_Warning);
|
||||
Message::SendWarning ("Warning: cannot choose Visual using EGL while creating Xw_Window");
|
||||
}
|
||||
#else
|
||||
int aDummy = 0;
|
||||
|
Reference in New Issue
Block a user