]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontpicker.h
source id type is unsigned; minor cleanup
[wxWidgets.git] / include / wx / fontpicker.h
index 3a296ad89bb8179631a3b7916d34a942556a7b1c..308b20f964e9c352a1453e621d62acc2bd8eab73 100644 (file)
@@ -107,7 +107,7 @@ public:
 
     wxFontPickerCtrl(wxWindow *parent,
                      wxWindowID id,
-                     const wxFont& initial = *wxNORMAL_FONT,
+                     const wxFont& initial = wxNullFont,
                      const wxPoint& pos = wxDefaultPosition,
                      const wxSize& size = wxDefaultSize,
                      long style = wxFNTP_DEFAULT_STYLE,
@@ -121,7 +121,7 @@ public:
 
     bool Create(wxWindow *parent,
                 wxWindowID id,
-                const wxFont& initial = *wxNORMAL_FONT,
+                const wxFont& initial = wxNullFont,
                 const wxPoint& pos = wxDefaultPosition,
                 const wxSize& size = wxDefaultSize,
                 long style = wxFNTP_DEFAULT_STYLE,