X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..14919c70208688d2ab03fbc1f2a19d2ae0fb7f9c:/include/wx/os2/print.h diff --git a/include/wx/os2/print.h b/include/wx/os2/print.h index 34c9336604..efd17ffdec 100644 --- a/include/wx/os2/print.h +++ b/include/wx/os2/print.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: print.h +// Name: wx/os2/print.h // Purpose: wxPrinter, wxPrintPreview classes // Author: David Webster // Modified by: @@ -18,7 +18,7 @@ * Represents the printer: manages printing a wxPrintout object */ -class WXDLLEXPORT wxOS2Printer: public wxPrinterBase +class WXDLLIMPEXP_CORE wxOS2Printer: public wxPrinterBase { DECLARE_DYNAMIC_CLASS(wxPrinter) @@ -37,7 +37,7 @@ private: * Programmer creates an object of this class to preview a wxPrintout. */ -class WXDLLEXPORT wxOS2PrintPreview: public wxPrintPreviewBase +class WXDLLIMPEXP_CORE wxOS2PrintPreview: public wxPrintPreviewBase { DECLARE_CLASS(wxPrintPreview)