]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/dcprint.h
Fix scrolling bug where client size was reported wrong
[wxWidgets.git] / include / wx / x11 / dcprint.h
index 466a0f8d95eb0da8d706e9a4afc245be180d4ff7..74ac920148927c157947488aa7dd8310cc4aa985 100644 (file)
 #ifndef _WX_DCPRINT_H_
 #define _WX_DCPRINT_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#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