]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/region.cpp
updates from Adrián González Alba
[wxWidgets.git] / src / mac / carbon / region.cpp
index b20a78b000cd46b2233b330a94f376a9586d71d5..23e905e86900eaaee465a306c42ae3509a456a8a 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// File:      region.cpp
+// File:      src/mac/carbon/region.cpp
 // Purpose:   Region class
 // Author:    Stefan Csomor
 // Created:   Fri Oct 24 10:46:34 MET 1997
 #include "wx/wxprec.h"
 
 #include "wx/region.h"
-#include "wx/gdicmn.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/gdicmn.h"
+#endif
+
 #include "wx/mac/uma.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
@@ -512,7 +516,7 @@ wxRegionIterator& wxRegionIterator::operator ++ ()
 {
     if (m_current < m_numRects)
         ++m_current;
-    
+
     return *this;
 }
 
@@ -561,4 +565,3 @@ long wxRegionIterator::GetH() const
 
     return 0;
 }
-