]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tipdlg.h
update for bakefile 0.2.6
[wxWidgets.git] / interface / wx / tipdlg.h
index f5c2d4fdc52bb821406458ed600db968c42fd32e..8a36bdc6239d5a6ba1ace45fff1e25669131aace 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.
     */
         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.
 
     /**
         Returns a modified tip.
@@ -69,7 +69,7 @@ public:
 // Global functions/macros
 // ============================================================================
 
 // Global functions/macros
 // ============================================================================
 
-/** @ingroup group_funcmacro_dialog */
+/** @addtogroup group_funcmacro_dialog */
 //@{
 
 /**
 //@{
 
 /**