]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/dc.h
Added wxPaintDCEx class, to handle the case where an HDC
[wxWidgets.git] / include / wx / msw / dc.h
index ac1f0a3989c83de77a6ad34db168061d754a5afb..51c3bfdf9459298ca0535a23f3f31990e312fcac 100644 (file)
@@ -254,6 +254,9 @@ class WXDLLEXPORT wxDCTemp : public wxDC
 public:
     wxDCTemp(WXHDC hdc) { SetHDC(hdc); }
     virtual ~wxDCTemp() { SetHDC((WXHDC)NULL); }
+
+private:
+    DECLARE_NO_COPY_CLASS(wxDCTemp)
 };
 
 #endif