X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b88201ff5f0f9ed18db555b70eb7123c8a7c9c6..845a6bbf743a33a1975827f517fbd667c13ef6ac:/include/wx/x11/print.h diff --git a/include/wx/x11/print.h b/include/wx/x11/print.h index f67284c8b5..044938bbf8 100644 --- a/include/wx/x11/print.h +++ b/include/wx/x11/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)