]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/printmac.h
Cast for argument to delete[] - VC6 doesn't want to delete a const pointer
[wxWidgets.git] / include / wx / mac / carbon / printmac.h
index c5eb4310262a4b33fcc077f7a7dd9f75f66d01af..776d6643c19a499ddb054b2509856ef0fd15beb7 100644 (file)
 #ifndef _WX_PRINTWIN_H_
 #define _WX_PRINTWIN_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "printwin.h"
-#endif
-
 #include "wx/prntbase.h"
 
 /*
  * Represents the printer: manages printing a wxPrintout object
  */
  
-class WXDLLEXPORT wxMacPrinter: public wxPrinterBase
+class WXDLLIMPEXP_CORE wxMacPrinter: public wxPrinterBase
 {
   DECLARE_DYNAMIC_CLASS(wxMacPrinter)
 
@@ -43,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)