Add missing wxOVERRIDE to wxWebViewFactoryWebKit
This commit is contained in:
@@ -113,14 +113,14 @@ private:
|
||||
class WXDLLIMPEXP_WEBVIEW wxWebViewFactoryWebKit : public wxWebViewFactory
|
||||
{
|
||||
public:
|
||||
virtual wxWebView* Create() { return new wxWebViewWebKit; }
|
||||
virtual wxWebView* Create() wxOVERRIDE { return new wxWebViewWebKit; }
|
||||
virtual wxWebView* Create(wxWindow* parent,
|
||||
wxWindowID id,
|
||||
const wxString& url = wxWebViewDefaultURLStr,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = 0,
|
||||
const wxString& name = wxASCII_STR(wxWebViewNameStr))
|
||||
const wxString& name = wxASCII_STR(wxWebViewNameStr)) wxOVERRIDE
|
||||
{ return new wxWebViewWebKit(parent, id, url, pos, size, style, name); }
|
||||
virtual wxVersionInfo GetVersionInfo() wxOVERRIDE;
|
||||
};
|
||||
|
Reference in New Issue
Block a user