X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..f4a8c29f7a3ffa7eb60d9b7f055565eb2df368d9:/include/wx/generic/fontdlgg.h diff --git a/include/wx/generic/fontdlgg.h b/include/wx/generic/fontdlgg.h index 8afda5b745..c8a6e76c09 100644 --- a/include/wx/generic/fontdlgg.h +++ b/include/wx/generic/fontdlgg.h @@ -54,15 +54,16 @@ class WXDLLEXPORT wxGenericFontDialog: public wxDialog wxChoice *colourChoice; wxCheckBox *underLineCheckBox; wxChoice *pointSizeChoice; + bool m_useEvents; // static bool fontDialogCancelled; public: wxGenericFontDialog(void); - wxGenericFontDialog(wxWindow *parent, wxFontData *data = NULL); + wxGenericFontDialog(wxWindow *parent, wxFontData *data = (wxFontData *) NULL); ~wxGenericFontDialog(void); - bool Create(wxWindow *parent, wxFontData *data = NULL); + bool Create(wxWindow *parent, wxFontData *data = (wxFontData *) NULL); int ShowModal(void);