X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ca65c0440a7163e4e37e48b1c4329709d722db47..e6b2aae1b84f4818f1b2b30f5d15bdde0fa67408:/include/wx/generic/printps.h diff --git a/include/wx/generic/printps.h b/include/wx/generic/printps.h index b044627340..aae2d1ed33 100644 --- a/include/wx/generic/printps.h +++ b/include/wx/generic/printps.h @@ -6,17 +6,13 @@ // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __PRINTPSH__ #define __PRINTPSH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "printps.h" -#endif - #include "wx/prntbase.h" #if wxUSE_PRINTING_ARCHITECTURE && wxUSE_POSTSCRIPT @@ -25,10 +21,10 @@ // Represents the printer: manages printing a wxPrintout object // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxPostScriptPrinter : public wxPrinterBase +class WXDLLIMPEXP_CORE wxPostScriptPrinter : public wxPrinterBase { public: - wxPostScriptPrinter(wxPrintDialogData *data = (wxPrintDialogData *) NULL); + wxPostScriptPrinter(wxPrintDialogData *data = NULL); virtual ~wxPostScriptPrinter(); virtual bool Print(wxWindow *parent, wxPrintout *printout, bool prompt = true); @@ -44,12 +40,12 @@ private: // wxPrintout. // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxPostScriptPrintPreview : public wxPrintPreviewBase +class WXDLLIMPEXP_CORE wxPostScriptPrintPreview : public wxPrintPreviewBase { public: wxPostScriptPrintPreview(wxPrintout *printout, - wxPrintout *printoutForPrinting = (wxPrintout *) NULL, - wxPrintDialogData *data = (wxPrintDialogData *) NULL); + wxPrintout *printoutForPrinting = NULL, + wxPrintDialogData *data = NULL); wxPostScriptPrintPreview(wxPrintout *printout, wxPrintout *printoutForPrinting, wxPrintData *data);