X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47dc9f78713d756fe0426a9f747a0f1151323b6a..5e3c3fc9b8160620d3b3eb3a2d0ed789d44ccbae:/include/wx/generic/printps.h diff --git a/include/wx/generic/printps.h b/include/wx/generic/printps.h index c3d16a02f5..ba97deea53 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(__APPLE__) - #pragma interface "printps.h" -#endif - #include "wx/prntbase.h" #if wxUSE_PRINTING_ARCHITECTURE && wxUSE_POSTSCRIPT @@ -31,10 +27,10 @@ public: wxPostScriptPrinter(wxPrintDialogData *data = (wxPrintDialogData *) NULL); virtual ~wxPostScriptPrinter(); - virtual bool Print(wxWindow *parent, wxPrintout *printout, bool prompt = TRUE); + virtual bool Print(wxWindow *parent, wxPrintout *printout, bool prompt = true); virtual wxDC* PrintDialog(wxWindow *parent); virtual bool Setup(wxWindow *parent); - + private: DECLARE_DYNAMIC_CLASS(wxPostScriptPrinter) };