projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed unneeded wxPG_INHERITED_PROPFLAGS
[wxWidgets.git]
/
include
/
wx
/
dcprint.h
diff --git
a/include/wx/dcprint.h
b/include/wx/dcprint.h
index 66265750f5eb0602fe001c02c68d9b8fa0a85548..65e725482fc0601478e91102862ebd217fa13ef2 100644
(file)
--- a/
include/wx/dcprint.h
+++ b/
include/wx/dcprint.h
@@
-27,11
+27,13
@@
class WXDLLIMPEXP_CORE wxPrinterDC : public wxDC
public:
wxPrinterDC();
wxPrinterDC(const wxPrintData& data);
- virtual ~wxPrinterDC();
wxRect GetPaperRect();
int GetResolution();
+protected:
+ wxPrinterDC(wxDCImpl *impl) : wxDC(impl) { }
+
private:
DECLARE_DYNAMIC_CLASS(wxPrinterDC)
};