gui error handler
This commit is contained in:
@@ -6,7 +6,7 @@ UsefulException_::UsefulException_(const std::string& _message, const std::strin
|
||||
{
|
||||
std::stringstream ss;
|
||||
ss<<message<<'\n';
|
||||
ss<<file<<':'<<_line_n<<" in "<<function;
|
||||
ss<<" at "<<file<<':'<<_line_n<<" in "<<function;
|
||||
complete_text = ss.str();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user