use more wxOVERRIDE (#329)
This commit is contained in:
@@ -27,21 +27,21 @@ public:
|
||||
wxMemoryText(const wxString& name) : wxTextBuffer(name) { }
|
||||
|
||||
protected:
|
||||
virtual bool OnExists() const
|
||||
virtual bool OnExists() const wxOVERRIDE
|
||||
{ return false; }
|
||||
|
||||
virtual bool OnOpen(const wxString & WXUNUSED(strBufferName),
|
||||
wxTextBufferOpenMode WXUNUSED(OpenMode))
|
||||
wxTextBufferOpenMode WXUNUSED(OpenMode)) wxOVERRIDE
|
||||
{ return true; }
|
||||
|
||||
virtual bool OnClose()
|
||||
virtual bool OnClose() wxOVERRIDE
|
||||
{ return true; }
|
||||
|
||||
virtual bool OnRead(const wxMBConv& WXUNUSED(conv))
|
||||
virtual bool OnRead(const wxMBConv& WXUNUSED(conv)) wxOVERRIDE
|
||||
{ return true; }
|
||||
|
||||
virtual bool OnWrite(wxTextFileType WXUNUSED(typeNew),
|
||||
const wxMBConv& WXUNUSED(conv) = wxMBConvUTF8())
|
||||
const wxMBConv& WXUNUSED(conv) = wxMBConvUTF8()) wxOVERRIDE
|
||||
{ return true; }
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user