From: Francesco Montorsi Date: Thu, 30 Oct 2008 10:53:56 +0000 (+0000) Subject: typo fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/37220641e07c0970ea758986fed3d0d32091a31d typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/fontpicker.h b/interface/wx/fontpicker.h index defa80b439..6c37b1703c 100644 --- a/interface/wx/fontpicker.h +++ b/interface/wx/fontpicker.h @@ -113,7 +113,7 @@ public: (see wxFNTP_USE_TEXTCTRL), it's a good idea to put a limit to the maximum font size when huge fonts do not make much sense. */ - void SetMaxPointSize(unsigned int) const; + void SetMaxPointSize(unsigned int max); /** Sets the currently selected font.