Add wxOVERRIDE to test files
And cleanup some tailing spaces and tabs.
This commit is contained in:
@@ -34,17 +34,17 @@ class BitmapComboBoxTestCase : public TextEntryTestCase,
|
||||
public:
|
||||
BitmapComboBoxTestCase() { }
|
||||
|
||||
virtual void setUp();
|
||||
virtual void tearDown();
|
||||
virtual void setUp() wxOVERRIDE;
|
||||
virtual void tearDown() wxOVERRIDE;
|
||||
|
||||
private:
|
||||
virtual wxTextEntry *GetTestEntry() const { return m_combo; }
|
||||
virtual wxWindow *GetTestWindow() const { return m_combo; }
|
||||
virtual wxTextEntry *GetTestEntry() const wxOVERRIDE { return m_combo; }
|
||||
virtual wxWindow *GetTestWindow() const wxOVERRIDE { return m_combo; }
|
||||
|
||||
virtual wxItemContainer *GetContainer() const { return m_combo; }
|
||||
virtual wxWindow *GetContainerWindow() const { return m_combo; }
|
||||
virtual wxItemContainer *GetContainer() const wxOVERRIDE { return m_combo; }
|
||||
virtual wxWindow *GetContainerWindow() const wxOVERRIDE { return m_combo; }
|
||||
|
||||
virtual void CheckStringSelection(const char * WXUNUSED(sel))
|
||||
virtual void CheckStringSelection(const char * WXUNUSED(sel)) wxOVERRIDE
|
||||
{
|
||||
// do nothing here, as explained in TextEntryTestCase comment, our
|
||||
// GetStringSelection() is the wxChoice, not wxTextEntry, one and there
|
||||
|
Reference in New Issue
Block a user