]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/print.h
Compile fix.
[wxWidgets.git] / include / wx / x11 / print.h
index 0193a501c709b1f0570d9e16597de9c5ce9cb360..66eaab2ed118f4c25a380ebe95d6b9e7d8b1a338 100644 (file)
@@ -6,16 +6,12 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_PRINT_H_
 #define _WX_PRINT_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "print.h"
-#endif
-
 #include "wx/prntbase.h"
 
 /*
@@ -28,7 +24,7 @@ class WXDLLEXPORT wxPrinter: public wxPrinterBase
         
 public:
     wxPrinter(wxPrintData *data = NULL);
-    ~wxPrinter();
+    virtual ~wxPrinter();
     
     virtual bool Print(wxWindow *parent, wxPrintout *printout, bool prompt = TRUE);
     virtual bool PrintDialog(wxWindow *parent);
@@ -46,7 +42,7 @@ class WXDLLEXPORT wxPrintPreview: public wxPrintPreviewBase
         
 public:
     wxPrintPreview(wxPrintout *printout, wxPrintout *printoutForPrinting = NULL, wxPrintData *data = NULL);
-    ~wxPrintPreview();
+    virtual ~wxPrintPreview();
     
     virtual bool Print(bool interactive);
     virtual void DetermineScaling();