git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44686
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// wxWindow::Get/SetFont, wxWindow::Get/SetCursor are important !
protected:
-#ifdef __WXDEBUG__
// checks for validity some of the ctor/Create() function parameters
void CheckParams(const wxString& label, const wxString& url, long style);
-#else
- void CheckParams() {}
-#endif
public:
// not part of the public API but needs to be public as used by
void SendEvent();
};
+#ifndef __WXDEBUG__
+inline void wxHyperlinkCtrlBase::CheckParams(const wxString&, const wxString&, long) { }
+#endif
// ----------------------------------------------------------------------------
// wxHyperlinkEvent