public:
wxPrinter(wxPrintData *data = NULL);
- ~wxPrinter();
+ virtual ~wxPrinter();
virtual bool Print(wxWindow *parent, wxPrintout *printout, bool prompt = true);
virtual bool PrintDialog(wxWindow *parent);
public:
wxPrintPreview(wxPrintout *printout, wxPrintout *printoutForPrinting = NULL, wxPrintData *data = NULL);
- ~wxPrintPreview();
+ virtual ~wxPrintPreview();
virtual bool Print(bool interactive);
virtual void DetermineScaling();