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 3243436ff7
commit cf8aa0b2d7

View File

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