X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/08809d1886fbf942938f8e211701fa31a8fb501f..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/include/wx/hyperlink.h?ds=sidebyside diff --git a/include/wx/hyperlink.h b/include/wx/hyperlink.h index 9e0f90ddc1..264b771282 100644 --- a/include/wx/hyperlink.h +++ b/include/wx/hyperlink.h @@ -69,6 +69,8 @@ public: // wxWindow::Get/SetFont, wxWindow::Get/SetCursor are important ! protected: + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + // checks for validity some of the ctor/Create() function parameters void CheckParams(const wxString& label, const wxString& url, long style);