X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..7ddb15416407390de67cc26b04e91ea99a521f57:/include/wx/motif/print.h diff --git a/include/wx/motif/print.h b/include/wx/motif/print.h index 9a6575ef81..6100b45098 100644 --- a/include/wx/motif/print.h +++ b/include/wx/motif/print.h @@ -18,7 +18,7 @@ * Represents the printer: manages printing a wxPrintout object */ -class WXDLLEXPORT wxPrinter: public wxPrinterBase +class WXDLLIMPEXP_CORE wxPrinter: public wxPrinterBase { DECLARE_DYNAMIC_CLASS(wxPrinter) @@ -36,7 +36,7 @@ public: * Programmer creates an object of this class to preview a wxPrintout. */ -class WXDLLEXPORT wxPrintPreview: public wxPrintPreviewBase +class WXDLLIMPEXP_CORE wxPrintPreview: public wxPrintPreviewBase { DECLARE_CLASS(wxPrintPreview)