Add wxOVERRIDE to test files
And cleanup some tailing spaces and tabs.
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
srand((unsigned)time(NULL));
|
||||
}
|
||||
|
||||
virtual void tearDown() { unlink(GetTestFileName()); }
|
||||
virtual void tearDown() wxOVERRIDE { unlink(GetTestFileName()); }
|
||||
|
||||
private:
|
||||
CPPUNIT_TEST_SUITE( TextFileTestCase );
|
||||
|
Reference in New Issue
Block a user