X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..6bfcc4ec9891b61b6285acd06a00351bedb1cac9:/interface/wx/tipdlg.h?ds=sidebyside diff --git a/interface/wx/tipdlg.h b/interface/wx/tipdlg.h index a7e0d49f7d..2b8cbf984a 100644 --- a/interface/wx/tipdlg.h +++ b/interface/wx/tipdlg.h @@ -34,6 +34,8 @@ public: */ wxTipProvider(size_t currentTip); + virtual ~wxTipProvider(); + /** Returns the index of the current tip (i.e. the one which would be returned by GetTip()). @@ -60,7 +62,7 @@ public: modification to the string. If you return wxEmptyString, then this tip is skipped, and the next one is read. */ - virtual wxString PreProcessTip(const wxString& tip); + virtual wxString PreprocessTip(const wxString& tip); };