Add wxOVERRIDE to test files
And cleanup some tailing spaces and tabs.
This commit is contained in:
@@ -70,8 +70,8 @@ private:
|
||||
|
||||
private:
|
||||
// Implement base class functions.
|
||||
virtual wxMemoryInputStream *DoCreateInStream();
|
||||
virtual wxMemoryOutputStream *DoCreateOutStream();
|
||||
virtual wxMemoryInputStream *DoCreateInStream() wxOVERRIDE;
|
||||
virtual wxMemoryOutputStream *DoCreateOutStream() wxOVERRIDE;
|
||||
|
||||
private:
|
||||
char m_DataBuffer[DATABUFFER_SIZE];
|
||||
|
Reference in New Issue
Block a user