forked from blue/squawk
testing, solved unhandled exception, conditions to restrict old message to be edited, license un some files that used to miss them
This commit is contained in:
parent
5f6691067a
commit
1fcd403dba
17 changed files with 244 additions and 4 deletions
|
@ -28,5 +28,6 @@ Utils::Exception::~Exception()
|
|||
|
||||
const char* Utils::Exception::what() const noexcept( true )
|
||||
{
|
||||
return getMessage().c_str();
|
||||
std::string* msg = new std::string(getMessage());
|
||||
return msg->c_str();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue