use more wxOVERRIDE (#329)
This commit is contained in:
@@ -31,7 +31,7 @@ I STRONGLY recommend reading and understanding these macros!!
|
||||
class wxHTML_Handler_##name : public wxHtmlWinTagHandler \
|
||||
{ \
|
||||
public: \
|
||||
wxString GetSupportedTags() {return wxT(tags);}
|
||||
wxString GetSupportedTags() wxOVERRIDE {return wxT(tags);}
|
||||
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ I STRONGLY recommend reading and understanding these macros!!
|
||||
|
||||
#define TAG_HANDLER_PROC(varib) \
|
||||
public: \
|
||||
bool HandleTag(const wxHtmlTag& varib)
|
||||
bool HandleTag(const wxHtmlTag& varib) wxOVERRIDE
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user