]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/font.h
no real change; just add the standard separator where it's missing
[wxWidgets.git] / include / wx / gtk / font.h
index efd441ad5ac143aaa19492bed38a0d10480be536..4fb065741cbb84eda8771e4070aedd7d3b70f9c5 100644 (file)
@@ -20,9 +20,9 @@ public:
     wxFont() { }
 
     // wxGTK-specific
-    wxFont(const wxString& fontname)
+    wxFont(const wxString& nativeFontInfoString)
     {
-        Create(fontname);
+        Create(nativeFontInfoString);
     }
 
     wxFont(const wxNativeFontInfo& info);