]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/region.h
wxMac linking fix
[wxWidgets.git] / include / wx / gtk / region.h
index fa396d31e1e5f17fbe2271fc1052a65cbb672e16..f9925be044cbaaa5a56711dd47bfe8e1f06a9c9d 100644 (file)
@@ -87,8 +87,8 @@ public:
 
     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();