X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be8b43858c480325553a66a43c9fcd92d036b885..15fa4de377053c3c38f62593b2df941c217ea34b:/interface/wx/tooltip.h diff --git a/interface/wx/tooltip.h b/interface/wx/tooltip.h index cb4abd73ae..372b794169 100644 --- a/interface/wx/tooltip.h +++ b/interface/wx/tooltip.h @@ -3,7 +3,7 @@ // 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. */ - static void SetMaxWidth(int width) { ms_maxWidth = width; } + static void SetMaxWidth(int width); /** Set the delay between subsequent tooltips to appear.