X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..98cb8dcb0cf3b0e660f1f67e1c02451ab10257de:/src/gtk/region.cpp diff --git a/src/gtk/region.cpp b/src/gtk/region.cpp index f9ac057cbe..93aef5fc16 100644 --- a/src/gtk/region.cpp +++ b/src/gtk/region.cpp @@ -12,18 +12,15 @@ // declarations // ============================================================================ -#ifdef __GNUG__ - #pragma implementation "region.h" -#endif - // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- -#include "wx/log.h" +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" #include "wx/region.h" - +#include "wx/log.h" #include "wx/gtk/private.h" #ifndef __WXGTK20__ @@ -163,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;