]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/bmpbuttn.h
wxBUFFER_DC_DEFAULT should be wxBUFFER_DC_OVERWRITE_BG, not PRESERVE
[wxWidgets.git] / include / wx / bmpbuttn.h
index abe3cb7632123744766cd29236f22ba48fffc221..ebaafefda3e9d55d27add37d2e35bf9e8bac3f02 100644 (file)
@@ -74,10 +74,13 @@ protected:
     // the margins around the bitmap
     int m_marginX,
         m_marginY;
+
 private:
     // Prevent Virtual function hiding warnings
     void SetLabel(const wxString& rsLabel)
-    { wxWindowBase::SetLabel(rsLabel); }
+        { wxWindowBase::SetLabel(rsLabel); }
+
+    DECLARE_NO_COPY_CLASS(wxBitmapButtonBase)
 };
 
 #if defined(__WXUNIVERSAL__)