Add more wxOVERRIDE
This commit is contained in:
committed by
Vadim Zeitlin
parent
455a45f5a8
commit
7c1ab06ea5
@@ -39,9 +39,9 @@ public:
|
||||
wxString RightLocation(const wxString& p) { return GetRightLocation(p); }
|
||||
wxString Anchor(const wxString& p) { return GetAnchor(p); }
|
||||
|
||||
bool CanOpen(const wxString& WXUNUSED(url)) { return false; }
|
||||
bool CanOpen(const wxString& WXUNUSED(url)) wxOVERRIDE { return false; }
|
||||
wxFSFile *OpenFile(wxFileSystem& WXUNUSED(fs),
|
||||
const wxString& WXUNUSED(url)) { return NULL; }
|
||||
const wxString& WXUNUSED(url)) wxOVERRIDE { return NULL; }
|
||||
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user