Add wxOVERRIDE to test files
And cleanup some tailing spaces and tabs.
This commit is contained in:
@@ -25,12 +25,12 @@ class HtmlListBoxTestCase : public ItemContainerTestCase,
|
||||
public:
|
||||
HtmlListBoxTestCase() { }
|
||||
|
||||
virtual void setUp();
|
||||
virtual void tearDown();
|
||||
virtual void setUp() wxOVERRIDE;
|
||||
virtual void tearDown() wxOVERRIDE;
|
||||
|
||||
private:
|
||||
virtual wxItemContainer *GetContainer() const { return m_htmllbox; }
|
||||
virtual wxWindow *GetContainerWindow() const { return m_htmllbox; }
|
||||
virtual wxItemContainer *GetContainer() const wxOVERRIDE { return m_htmllbox; }
|
||||
virtual wxWindow *GetContainerWindow() const wxOVERRIDE { return m_htmllbox; }
|
||||
|
||||
CPPUNIT_TEST_SUITE( HtmlListBoxTestCase );
|
||||
wxITEM_CONTAINER_TESTS();
|
||||
|
Reference in New Issue
Block a user