]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tipdlg.h
Temporarily disable the email notifications as we're getting false ones from
[wxWidgets.git] / interface / wx / tipdlg.h
index f5c2d4fdc52bb821406458ed600db968c42fd32e..f4c0e72f9392d087f468f523cf157bb7d9c9b751 100644 (file)
@@ -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.