use wxOVERRIDE in wxMSW sources

This commit is contained in:
Paul Cornett
2016-09-23 07:59:11 -07:00
parent 9b477e46e5
commit 9b19a6e529
121 changed files with 1454 additions and 1454 deletions

View File

@@ -39,12 +39,12 @@ public:
void SendEvent(wxFileSystemWatcherEvent& evt);
protected:
bool Init();
bool Init() wxOVERRIDE;
// adds watch to be monitored for file system changes
virtual bool DoAdd(wxSharedPtr<wxFSWatchEntryMSW> watch);
virtual bool DoAdd(wxSharedPtr<wxFSWatchEntryMSW> watch) wxOVERRIDE;
virtual bool DoRemove(wxSharedPtr<wxFSWatchEntryMSW> watch);
virtual bool DoRemove(wxSharedPtr<wxFSWatchEntryMSW> watch) wxOVERRIDE;
private:
bool DoSetUpWatch(wxFSWatchEntryMSW& watch);