X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/palmos/printpalm.h diff --git a/include/wx/palmos/printpalm.h b/include/wx/palmos/printpalm.h index ba2af97c36..c16ea5ec27 100644 --- a/include/wx/palmos/printpalm.h +++ b/include/wx/palmos/printpalm.h @@ -18,7 +18,7 @@ // Represents the printer: manages printing a wxPrintout object // --------------------------------------------------------------------------- -class WXDLLEXPORT wxPalmPrinter : public wxPrinterBase +class WXDLLIMPEXP_CORE wxPalmPrinter : public wxPrinterBase { DECLARE_DYNAMIC_CLASS(wxPalmPrinter) @@ -35,7 +35,7 @@ public: private: WXFARPROC m_lpAbortProc; - DECLARE_NO_COPY_CLASS(wxPalmPrinter) + wxDECLARE_NO_COPY_CLASS(wxPalmPrinter); }; // --------------------------------------------------------------------------- @@ -43,7 +43,7 @@ private: // wxPrintout. // --------------------------------------------------------------------------- -class WXDLLEXPORT wxPalmPrintPreview : public wxPrintPreviewBase +class WXDLLIMPEXP_CORE wxPalmPrintPreview : public wxPrintPreviewBase { public: wxPalmPrintPreview(wxPrintout *printout,