X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/palmos/fontdlg.h?ds=inline diff --git a/include/wx/palmos/fontdlg.h b/include/wx/palmos/fontdlg.h index 4ed8628878..3c3dcbf85f 100644 --- a/include/wx/palmos/fontdlg.h +++ b/include/wx/palmos/fontdlg.h @@ -16,7 +16,7 @@ // wxFontDialog // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxFontDialog : public wxFontDialogBase +class WXDLLIMPEXP_CORE wxFontDialog : public wxFontDialogBase { public: wxFontDialog() : wxFontDialogBase() { /* must be Create()d later */ } @@ -27,14 +27,9 @@ public: virtual int ShowModal(); - // deprecated interface, don't use - wxFontDialog(wxWindow *parent, const wxFontData *data) - : wxFontDialogBase(parent, data) { Create(parent, data); } - protected: DECLARE_DYNAMIC_CLASS_NO_COPY(wxFontDialog) }; #endif // _WX_PALMOS_FONTDLG_H_ -