Salome HOME
refs #80 - Sketch base GUI: create/draw point, circle and arc
[modules/shaper.git] / src / Events / Events_Error.cpp
index ae5d83c375c5182736ba73aa3fe4e1ca19f18535..ff3fd58e82ee0c7fad634b73c4ed86a8445bb5a2 100644 (file)
@@ -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);
 }