]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/print.h
remove DoSetSize override, unneeded after r72001
[wxWidgets.git] / include / wx / x11 / print.h
index f67284c8b5a9846b12b2c8b4d0225c2fe9c5117a..044938bbf8057639d66624f907addf245c27ec6d 100644 (file)
@@ -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)