X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..f2b099261f9e46d65f1fbcfd2a35aa816d5a2818:/include/wx/x11/dcprint.h diff --git a/include/wx/x11/dcprint.h b/include/wx/x11/dcprint.h index 91812557e6..c532a5faf1 100644 --- a/include/wx/x11/dcprint.h +++ b/include/wx/x11/dcprint.h @@ -1,34 +1,29 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: dcprint.h +// Name: wx/x11/dcprint.h // Purpose: wxPrinterDC class // Author: Julian Smart // Modified by: // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_DCPRINT_H_ #define _WX_DCPRINT_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "dcprint.h" -#endif - #include "wx/dc.h" -class WXDLLEXPORT wxPrinterDC: public wxDC +class WXDLLIMPEXP_CORE wxPrinterDC: public wxDC { public: DECLARE_CLASS(wxPrinterDC) - + // Create a printer DC - wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = TRUE, int orientation = wxPORTRAIT); - - ~wxPrinterDC(); + wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = TRUE, wxPrintOrientation orientation = wxPORTRAIT); + + virtual ~wxPrinterDC(); }; #endif -// _WX_DCPRINT_H_ - + // _WX_DCPRINT_H_