mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Fix GCC and Clang build
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* what() const
|
const char* what() const throw()
|
||||||
{
|
{
|
||||||
return m_StatusMessage.toLatin1();
|
return m_StatusMessage.toLatin1();
|
||||||
}
|
}
|
||||||
@@ -88,7 +88,7 @@ public:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* what() const
|
const char* what() const throw()
|
||||||
{
|
{
|
||||||
return m_ErrorText.toLatin1();
|
return m_ErrorText.toLatin1();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user