X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d0060e7705e8c8831e1c03ad7ebbfa9d86d001c1..f586fde36c2c73634934be46d1dc7daf4a186ec7:/include/wx/generic/fontdlgg.h diff --git a/include/wx/generic/fontdlgg.h b/include/wx/generic/fontdlgg.h index 59c87eacff..742bf813ef 100644 --- a/include/wx/generic/fontdlgg.h +++ b/include/wx/generic/fontdlgg.h @@ -59,10 +59,10 @@ class WXDLLEXPORT wxGenericFontDialog: public wxDialog public: wxGenericFontDialog(void); - wxGenericFontDialog(wxWindow *parent, wxFontData *data = (wxFontData *) NULL); + wxGenericFontDialog(wxWindow *parent, const wxFontData& data); ~wxGenericFontDialog(void); - bool Create(wxWindow *parent, wxFontData *data = (wxFontData *) NULL); + bool Create(wxWindow *parent, const wxFontData& data); int ShowModal(void);