Remove wxOVERRIDE not available in 3.0 branch.

Fixes compilation after backporting wxHTTP-in-worker-thread fixes from master.

See #17031.
This commit is contained in:
Vadim Zeitlin
2015-07-09 19:13:44 +02:00
parent 6e5b6521a5
commit e315ef02c8

View File

@@ -645,7 +645,7 @@ void MyFrame::OnTestURL(wxCommandEvent& WXUNUSED(event))
Run();
}
virtual void* Entry() wxOVERRIDE
virtual void* Entry()
{
DoDownload(m_url);