]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/region.cpp
Trace module initialization and cleanup.
[wxWidgets.git] / src / gtk1 / region.cpp
index 5807eabbeec9a3062d06f9e800c7521540f16c52..93aef5fc1673bed75020b41c98364f8c3f9a0e42 100644 (file)
 // declarations
 // ============================================================================
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "region.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -164,7 +160,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;