]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dcprint.h
adding overlay implementation for core graphics
[wxWidgets.git] / include / wx / motif / dcprint.h
index 1252898e7f69391e441780afad217a6293702f45..543879f38a2a061025531eb5c2ac9f7b71c7c26a 100644 (file)
@@ -1,12 +1,12 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dcprint.h
+// Name:        wx/motif/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_
@@ -18,13 +18,12 @@ 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_
-