Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept
Don't use deprecated macros in wxWidgets itself.
This commit is contained in:
parent
be5095acdd
commit
88d526660f
1282 changed files with 11878 additions and 11878 deletions
|
|
@ -257,7 +257,7 @@ void SocketTestCase::ReadAnotherThread()
|
|||
{
|
||||
}
|
||||
|
||||
virtual void* Entry() wxOVERRIDE
|
||||
virtual void* Entry() override
|
||||
{
|
||||
wxSocketClientPtr sock(SocketTestCase::GetHTTPSocket(wxSOCKET_BLOCK));
|
||||
if ( !sock )
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ public:
|
|||
}
|
||||
}
|
||||
|
||||
void Notify() wxOVERRIDE
|
||||
void Notify() override
|
||||
{
|
||||
WARN("Exiting loop on timeout");
|
||||
loop.Exit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue