X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..4ff28c37c8201f104df0fffefb8d269bd327d88d:/include/wx/x11/dcprint.h?ds=sidebyside diff --git a/include/wx/x11/dcprint.h b/include/wx/x11/dcprint.h index 21b367632a..74ac920148 100644 --- a/include/wx/x11/dcprint.h +++ b/include/wx/x11/dcprint.h @@ -6,16 +6,12 @@ // 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 @@ -26,7 +22,7 @@ public: // Create a printer DC wxPrinterDC(const wxString& driver, const wxString& device, const wxString& output, bool interactive = TRUE, int orientation = wxPORTRAIT); - ~wxPrinterDC(); + virtual ~wxPrinterDC(); }; #endif