Fix GCC and Clang build

This commit is contained in:
Cameron Gutman 2018-09-29 03:11:17 -07:00
parent 4620fa5001
commit c04113c9fa

View file

@ -53,7 +53,7 @@ public:
}
const char* what() const
const char* what() const throw()
{
return m_StatusMessage.toLatin1();
}
@ -88,7 +88,7 @@ public:
}
const char* what() const
const char* what() const throw()
{
return m_ErrorText.toLatin1();
}