X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fce127d758a53bec28bce0c66f52a2e03ae9bf4b..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/motif/dcprint.h diff --git a/include/wx/motif/dcprint.h b/include/wx/motif/dcprint.h index 4980bf3938..d0e133cb51 100644 --- a/include/wx/motif/dcprint.h +++ b/include/wx/motif/dcprint.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 17/09/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -14,17 +13,17 @@ #include "wx/motif/dc.h" -class WXDLLEXPORT wxPrinterDC : public wxMotifDCImpl +class WXDLLIMPEXP_CORE wxPrinterDC : public wxMotifDCImpl { public: // Create a printer DC wxPrinterDCImpl(const wxString& driver, const wxString& device, const wxString& output, bool interactive = true, - int orientation = wxPORTRAIT); + wxPrintOrientation orientation = wxPORTRAIT); virtual ~wxPrinterDC(); - wxRect GetPaperRect(); + wxRect GetPaperRect() const; DECLARE_CLASS(wxPrinterDCImpl) };