]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/region.h
Added CmdDown() to grid events
[wxWidgets.git] / include / wx / x11 / region.h
index b2e66e71c2d1aa63248fb3bb7bdcd4fcdf9c9ab0..2dc28ecca0f0089025a95ac21c62ae11271b68ee 100644 (file)
@@ -82,13 +82,10 @@ public:
 
     ~wxRegion();
 
-    wxRegion( const wxRegion& region ) { 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();