fix(eoExceptions): do not return a ref from a temp

This commit is contained in:
Johann Dreo 2024-09-10 09:21:15 +02:00
commit 8dd4f529f2

View file

@ -45,7 +45,7 @@ public:
const char* what() const throw() const char* what() const throw()
{ {
return message().c_str(); return _msg.c_str();
} }
~eoException() throw() {} ~eoException() throw() {}