X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEvents%2FEvents_Error.cpp;h=ff3fd58e82ee0c7fad634b73c4ed86a8445bb5a2;hb=e6aea428c7da7751e753eac36b99e16b7e3166e4;hp=ae5d83c375c5182736ba73aa3fe4e1ca19f18535;hpb=e3772413cbb8fc8ea3bee6d016bfe7fe9aa3fa07;p=modules%2Fshaper.git diff --git a/src/Events/Events_Error.cpp b/src/Events/Events_Error.cpp index ae5d83c37..ff3fd58e8 100644 --- a/src/Events/Events_Error.cpp +++ b/src/Events/Events_Error.cpp @@ -37,5 +37,5 @@ void Events_Error::send(char* theDescription, const void* theSender) void Events_Error::send(std::string theDescription, const void* theSender) { - Events_Error::send(theDescription.c_str(), theSender); + Events_Error::send((char*)theDescription.c_str(), theSender); }