]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/region.h
Applied patch [ 1255676 ] stc2wx/wx2stc not exported (Win32 Unicode DLL)
[wxWidgets.git] / include / wx / x11 / region.h
index b2e66e71c2d1aa63248fb3bb7bdcd4fcdf9c9ab0..b4c1ce349a69d834c8309fda4365eabe6b426bf5 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();