From e315ef02c84b2aa15194def1ed233744d576f43e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 9 Jul 2015 19:13:44 +0200 Subject: [PATCH] Remove wxOVERRIDE not available in 3.0 branch. Fixes compilation after backporting wxHTTP-in-worker-thread fixes from master. See #17031. --- samples/sockets/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/sockets/client.cpp b/samples/sockets/client.cpp index 6159fe19ea..959c8dd28e 100644 --- a/samples/sockets/client.cpp +++ b/samples/sockets/client.cpp @@ -645,7 +645,7 @@ void MyFrame::OnTestURL(wxCommandEvent& WXUNUSED(event)) Run(); } - virtual void* Entry() wxOVERRIDE + virtual void* Entry() { DoDownload(m_url);