more use of wxOVERRIDE
This commit is contained in:
@@ -25,10 +25,10 @@ public:
|
||||
wxHyperlinkCtrlXmlHandler();
|
||||
|
||||
// Creates the control and returns a pointer to it.
|
||||
virtual wxObject *DoCreateResource();
|
||||
virtual wxObject *DoCreateResource() wxOVERRIDE;
|
||||
|
||||
// Returns true if we know how to create a control for the given node.
|
||||
virtual bool CanHandle(wxXmlNode *node);
|
||||
virtual bool CanHandle(wxXmlNode *node) wxOVERRIDE;
|
||||
};
|
||||
|
||||
#endif // wxUSE_XRC && wxUSE_HYPERLINKCTRL
|
||||
|
Reference in New Issue
Block a user