Add more wxOVERRIDE
This commit is contained in:
committed by
Vadim Zeitlin
parent
455a45f5a8
commit
7c1ab06ea5
@@ -62,7 +62,7 @@ private:
|
||||
m_operateOn(operateOn), m_testType(testType) {}
|
||||
|
||||
// thread execution starts here
|
||||
virtual void *Entry();
|
||||
virtual void *Entry() wxOVERRIDE;
|
||||
|
||||
public:
|
||||
wxAtomicInt &m_operateOn;
|
||||
|
Reference in New Issue
Block a user