From cf8aa0b2d79fd84369607f15e74a1dc820d5d5b8 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 2f7ca100b4..e9779e7f75 100644 --- a/interface/wx/font.h +++ b/interface/wx/font.h @@ -470,7 +470,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.