Add more wxOVERRIDE
This commit is contained in:
committed by
Vadim Zeitlin
parent
455a45f5a8
commit
7c1ab06ea5
@@ -111,7 +111,7 @@ public:
|
||||
wxExpectModal(int valueToSet) : m_valueToSet(valueToSet) {}
|
||||
|
||||
protected:
|
||||
virtual int OnInvoked(MyDialog *dlg) const
|
||||
virtual int OnInvoked(MyDialog *dlg) const wxOVERRIDE
|
||||
{
|
||||
// Simulate the user entering the expected number:
|
||||
dlg->m_value = m_valueToSet;
|
||||
|
Reference in New Issue
Block a user