X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..8ba1644391f9fd8fa7f2d2a9c102cd78a1d799cb:/include/wx/x11/dcprint.h diff --git a/include/wx/x11/dcprint.h b/include/wx/x11/dcprint.h index 21b367632a..1958024e26 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: wxWidgets 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 { 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(); + + virtual ~wxPrinterDC(); }; #endif -// _WX_DCPRINT_H_ - + // _WX_DCPRINT_H_