X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..7a04b644092ff91f8f2c6ecdd191e96285d39a1d:/include/wx/mac/carbon/printmac.h diff --git a/include/wx/mac/carbon/printmac.h b/include/wx/mac/carbon/printmac.h index 62f14dd840..776d6643c1 100644 --- a/include/wx/mac/carbon/printmac.h +++ b/include/wx/mac/carbon/printmac.h @@ -18,7 +18,7 @@ * Represents the printer: manages printing a wxPrintout object */ -class WXDLLEXPORT wxMacPrinter: public wxPrinterBase +class WXDLLIMPEXP_CORE wxMacPrinter: public wxPrinterBase { DECLARE_DYNAMIC_CLASS(wxMacPrinter) @@ -39,7 +39,7 @@ class WXDLLEXPORT wxMacPrinter: public wxPrinterBase * Programmer creates an object of this class to preview a wxPrintout. */ -class WXDLLEXPORT wxMacPrintPreview: public wxPrintPreviewBase +class WXDLLIMPEXP_CORE wxMacPrintPreview: public wxPrintPreviewBase { DECLARE_CLASS(wxMacPrintPreview)