X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..2404ce8d8aec4de1b892034be47a3c2e0a2d47af:/include/wx/palmos/printdlg.h diff --git a/include/wx/palmos/printdlg.h b/include/wx/palmos/printdlg.h index d20d0ebc64..9ba71df71b 100644 --- a/include/wx/palmos/printdlg.h +++ b/include/wx/palmos/printdlg.h @@ -17,13 +17,13 @@ #include "wx/dialog.h" #include "wx/cmndata.h" -class WXDLLEXPORT wxDC; +class WXDLLIMPEXP_FWD_CORE wxDC; // --------------------------------------------------------------------------- // wxPrinterDialog: the common dialog for printing. // --------------------------------------------------------------------------- -class WXDLLEXPORT wxPrintDialog : public wxDialog +class WXDLLIMPEXP_CORE wxPrintDialog : public wxDialog { DECLARE_DYNAMIC_CLASS(wxPrintDialog) @@ -49,7 +49,7 @@ private: DECLARE_NO_COPY_CLASS(wxPrintDialog) }; -class WXDLLEXPORT wxPageSetupDialog: public wxDialog +class WXDLLIMPEXP_CORE wxPageSetupDialog: public wxDialog { DECLARE_DYNAMIC_CLASS(wxPageSetupDialog)