X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78e87bf7b8fb25529f77881834c75ae1614e6552..d1a4b6004ae83198c80c8b4054225276b7514894:/interface/wx/tipdlg.h diff --git a/interface/wx/tipdlg.h b/interface/wx/tipdlg.h index f5c2d4fdc5..f4c0e72f93 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.