From 37220641e07c0970ea758986fed3d0d32091a31d Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Thu, 30 Oct 2008 10:53:56 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/fontpicker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.45.2