Add more wxOVERRIDE
This commit is contained in:
parent
455a45f5a8
commit
7c1ab06ea5
51 changed files with 193 additions and 193 deletions
|
|
@ -77,7 +77,7 @@ public:
|
|||
|
||||
protected:
|
||||
// run this testcase
|
||||
void runTest();
|
||||
void runTest() wxOVERRIDE;
|
||||
|
||||
private:
|
||||
// workers
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ public:
|
|||
{ }
|
||||
|
||||
protected:
|
||||
void runTest();
|
||||
void runTest() wxOVERRIDE;
|
||||
|
||||
private:
|
||||
wxString m_pattern;
|
||||
|
|
@ -80,7 +80,7 @@ public:
|
|||
{ }
|
||||
|
||||
protected:
|
||||
void runTest();
|
||||
void runTest() wxOVERRIDE;
|
||||
|
||||
private:
|
||||
wxString m_pattern;
|
||||
|
|
@ -146,7 +146,7 @@ public:
|
|||
{ }
|
||||
|
||||
protected:
|
||||
void runTest();
|
||||
void runTest() wxOVERRIDE;
|
||||
|
||||
private:
|
||||
wxString m_pattern;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue