]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/region.cpp
re-renamed DoCreate() to XmDoCreateTLW() to avoid virtual function hiding in other...
[wxWidgets.git] / src / x11 / region.cpp
index 6e8dd85a1edb93f5330575b92e534f06cd5d1c2c..babe1dcca1c84b943960dc5a8779299af8549067 100644 (file)
@@ -123,7 +123,7 @@ wxObjectRefData *wxRegion::CloneRefData(const wxObjectRefData *data) const
 // wxRegion comparison
 // ----------------------------------------------------------------------------
 
-bool wxRegion::operator==( const wxRegion& region )
+bool wxRegion::operator==( const wxRegion& region ) const
 {
     if (m_refData == region.m_refData) return TRUE;