X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9cc56d1fc0b8eec41fbe2b961965e67c598d9406..232b2162776e08c0b16d5280b90f5c075f38c667:/interface/wx/hyperlink.h?ds=sidebyside diff --git a/interface/wx/hyperlink.h b/interface/wx/hyperlink.h index 115db369cb..4fdf631ae3 100644 --- a/interface/wx/hyperlink.h +++ b/interface/wx/hyperlink.h @@ -91,13 +91,13 @@ public: /** Constructor. See Create() for more info. */ - wxHyperLink(wxWindow* parent, wxWindowID id, - const wxString& label, - const wxString& url, - const wxPoint& pos = wxDefaultPosition, - const wxSize& size = wxDefaultSize, - long style = wxHL_DEFAULT_STYLE, - const wxString& name = "hyperlink"); + wxHyperLinkCtrl(wxWindow* parent, wxWindowID id, + const wxString& label, + const wxString& url, + const wxPoint& pos = wxDefaultPosition, + const wxSize& size = wxDefaultSize, + long style = wxHL_DEFAULT_STYLE, + const wxString& name = wxHyperlinkCtrlNameStr); /** Creates the hyperlink control.