]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/region.h
made GetPage() not virtual because it doesn't need to be virtual and this allows...
[wxWidgets.git] / include / wx / generic / region.h
index 1657415892c251cb508d5804417ba6f6d876a67b..1163dc9be7cacca25304f795ac3300e732e3d68d 100644 (file)
@@ -44,8 +44,8 @@ public:
 
     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