Change parameter name to reduce confusion in wxPython docs.

This commit is contained in:
Robin Dunn
2016-07-15 15:41:10 -07:00
parent b93215eddd
commit 24d5ff7dc1

View File

@@ -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.