From 24d5ff7dc1f6c9c14f001cf4004e342f52a19a3a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 15 Jul 2016 15:41:10 -0700 Subject: [PATCH] Change parameter name to reduce confusion in wxPython docs. --- interface/wx/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/font.h b/interface/wx/font.h index d0a0b368a9..f7b6493831 100644 --- a/interface/wx/font.h +++ b/interface/wx/font.h @@ -466,7 +466,7 @@ public: @since 2.9.5 */ - wxFont(const wxFontInfo& font); + wxFont(const wxFontInfo& fontInfo); /** Creates a font object with the specified attributes and size in points.