projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed some old cruft from wxBitmap, moved wxMotif- and
[wxWidgets.git]
/
include
/
wx
/
gtk
/
region.h
diff --git
a/include/wx/gtk/region.h
b/include/wx/gtk/region.h
index 1b7f06cf8509f679b2f646cedcad7f0f7dd1119a..51e739c73f437c75a8448635952c0f0d7a82a85d 100644
(file)
--- a/
include/wx/gtk/region.h
+++ b/
include/wx/gtk/region.h
@@
-10,7
+10,7
@@
#ifndef _WX_GTK_REGION_H_
#define _WX_GTK_REGION_H_
#ifndef _WX_GTK_REGION_H_
#define _WX_GTK_REGION_H_
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(__APPLE__)
#pragma interface
#endif
#pragma interface
#endif
@@
-146,11
+146,11
@@
public:
void Reset() { m_current = 0u; }
void Reset(const wxRegion& region);
void Reset() { m_current = 0u; }
void Reset(const wxRegion& region);
- operator bool () const;
bool HaveRects() const;
bool HaveRects() const;
+ operator bool () const { return HaveRects(); }
-
void
operator ++ ();
-
void
operator ++ (int);
+
wxRegionIterator&
operator ++ ();
+
wxRegionIterator
operator ++ (int);
wxCoord GetX() const;
wxCoord GetY() const;
wxCoord GetX() const;
wxCoord GetY() const;