]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dc.cpp
Applied patch [ 774886 ] wxnotebook bug
[wxWidgets.git] / src / msw / dc.cpp
index f4e01a72a17d7287521fafcbbd2d806f5d83051b..52e247fce2f9f1fadb3a6416c08e27678cd83839 100644 (file)
@@ -158,6 +158,8 @@ private:
     COLORREF m_colFgOld, m_colBgOld;
 
     bool m_changed;
+
+    DECLARE_NO_COPY_CLASS(wxColourChanger)
 };
 
 // this class saves the old stretch blit mode during its life time
@@ -186,6 +188,8 @@ private:
     const HDC m_hdc;
 
     int m_modeOld;
+
+    DECLARE_NO_COPY_CLASS(StretchBltModeChanger)
 };
 
 // ===========================================================================