Add more wxOVERRIDE
This commit is contained in:
committed by
Vadim Zeitlin
parent
455a45f5a8
commit
7c1ab06ea5
@@ -66,7 +66,7 @@ public:
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual void *Entry()
|
||||
virtual void *Entry() wxOVERRIDE
|
||||
{
|
||||
wxSocketServer srv(LocalAddress(m_port), wxSOCKET_REUSEADDR);
|
||||
CPPUNIT_ASSERT( srv.IsOk() );
|
||||
|
Reference in New Issue
Block a user