]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/region.h
Make generic wxDataViewCtrl draw its contents.
[wxWidgets.git] / include / wx / generic / region.h
index 1657415892c251cb508d5804417ba6f6d876a67b..a4fc63a5bdcd0eb9c86c31b81539ad5d3e16aed9 100644 (file)
@@ -35,17 +35,10 @@ public:
     wxRegionGeneric();
     ~wxRegionGeneric();
 
-    //# Copying
-    wxRegionGeneric(const wxRegionGeneric& r)
-    :   wxGDIObject()
-    {   Ref(r); }
-    wxRegionGeneric& operator= (const wxRegionGeneric& r)
-    {   Ref(r); return (*this); }
-
     bool Ok() const { return m_refData != NULL; }
 
-    bool operator == ( const wxRegionGeneric& region );
-    bool operator != ( const wxRegionGeneric& region ) { return !(*this == region); }
+    bool operator == ( const wxRegionGeneric& region ) const;
+    bool operator != ( const wxRegionGeneric& region ) const { return !(*this == region); }
 
     //# Modify region
     // Clear current region