X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78e87bf7b8fb25529f77881834c75ae1614e6552..574be073c070a9bbe81ad68e98187b0b9e82c2df:/interface/wx/tipdlg.h?ds=sidebyside diff --git a/interface/wx/tipdlg.h b/interface/wx/tipdlg.h index f5c2d4fdc5..8a36bdc623 100644 --- a/interface/wx/tipdlg.h +++ b/interface/wx/tipdlg.h @@ -48,7 +48,7 @@ public: Return the text of the current tip and pass to the next one. This function is pure virtual, it should be implemented in the derived classes. */ - wxString GetTip(); + virtual wxString GetTip() = 0; /** Returns a modified tip. @@ -69,7 +69,7 @@ public: // Global functions/macros // ============================================================================ -/** @ingroup group_funcmacro_dialog */ +/** @addtogroup group_funcmacro_dialog */ //@{ /**