]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/region.h
1. more accurate conversion from 8-bit wx color to 16-bit GDK color
[wxWidgets.git] / include / wx / gtk / region.h
index fa396d31e1e5f17fbe2271fc1052a65cbb672e16..80eca895364e1c65bb83377f171fe86c279b4eac 100644 (file)
@@ -80,15 +80,10 @@ public:
 
     ~wxRegion();
 
-    wxRegion( const wxRegion& region )
-        : wxGDIObject()
-        { Ref(region); }
-    wxRegion& operator = ( const wxRegion& region ) { Ref(region); return *this; }
-
     bool Ok() const { return m_refData != NULL; }
 
-    bool operator == ( const wxRegion& region );
-    bool operator != ( const wxRegion& region ) { return !(*this == region); }
+    bool operator == ( const wxRegion& region ) const;
+    bool operator != ( const wxRegion& region ) const { return !(*this == region); }
 
     void Clear();