summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
fd91cec)
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:
// wxWindow::Get/SetFont, wxWindow::Get/SetCursor are important !
protected:
// checks for validity some of the ctor/Create() function parameters
void CheckParams(const wxString& label, const wxString& url, long style);
// 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
public:
// not part of the public API but needs to be public as used by
+#ifndef __WXDEBUG__
+inline void wxHyperlinkCtrlBase::CheckParams(const wxString&, const wxString&, long) { }
+#endif
// ----------------------------------------------------------------------------
// wxHyperlinkEvent
// ----------------------------------------------------------------------------
// wxHyperlinkEvent