Fix GCC and Clang build
This commit is contained in:
parent
4620fa5001
commit
c04113c9fa
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue