]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/tooltip.h
Correct names of parameters in wxAffineMatrix2D documentation.
[wxWidgets.git] / interface / wx / tooltip.h
index cb4abd73ae192566653ca17f2c74f8113336506c..372b7941693b1055d6596e50f3f7b7fdd1fd9914 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxToolTip
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Purpose:     interface of wxToolTip
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -72,7 +72,7 @@ public:
 
         @note Currently this function is wxMSW-only.
     */
 
         @note Currently this function is wxMSW-only.
     */
-    static void SetMaxWidth(int width) { ms_maxWidth = width; }
+    static void SetMaxWidth(int width);
 
     /**
         Set the delay between subsequent tooltips to appear.
 
     /**
         Set the delay between subsequent tooltips to appear.