]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tipdlg.h
Update documentation for new library name.
[wxWidgets.git] / interface / wx / tipdlg.h
index f5c2d4fdc52bb821406458ed600db968c42fd32e..a7e0d49f7d356721777654f62554d05546d91101 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxTipProvider
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -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 */
 //@{
 
 /**