]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/fontpicker.h
fix the run-time behaviour after the last compilation fixing patch
[wxWidgets.git] / include / wx / gtk / fontpicker.h
index 200615fcff12eec0d7be91ca39aecb9aaeb95304..cef2cd16652abf903ff5ef65870fea8800c712d8 100644 (file)
@@ -27,7 +27,7 @@ public:
     wxFontButton() {}
     wxFontButton(wxWindow *parent,
                  wxWindowID id,
-                 const wxFont& initial = *wxNORMAL_FONT,
+                 const wxFont& initial = wxNullFont,
                  const wxPoint& pos = wxDefaultPosition,
                  const wxSize& size = wxDefaultSize,
                  long style = wxFONTBTN_DEFAULT_STYLE,
@@ -44,7 +44,7 @@ public:     // overrides
 
     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 = wxFONTBTN_DEFAULT_STYLE,