X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9afe6c17502fc82d9af19c260ab4b8bedb7fe70e..02bcd285fac7124a41292d905609220005f51087:/src/x11/region.cpp diff --git a/src/x11/region.cpp b/src/x11/region.cpp index 0b5130d9be..babe1dcca1 100644 --- a/src/x11/region.cpp +++ b/src/x11/region.cpp @@ -1,17 +1,13 @@ ///////////////////////////////////////////////////////////////////////////// // File: region.cpp // Purpose: Region class -// Author: Markus Holzem, Julian Smart, Robert Roebling +// Author: Julian Smart, Robert Roebling // Created: Fri Oct 24 10:46:34 MET 1997 -// RCS-ID: $Id$ -// Copyright: (c) 1997 Markus Holzem, Julian Smart, Robert Roebling +// RCS-ID: $Id$ +// Copyright: (c) 1997 Julian Smart, Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "region.h" -#endif - #include "wx/region.h" #include "wx/gdicmn.h" #include "wx/log.h" @@ -127,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;