aboutsummaryrefslogtreecommitdiff
path: root/devel/wftk/files/patch-wftk::region.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/wftk/files/patch-wftk::region.h')
-rw-r--r--devel/wftk/files/patch-wftk::region.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/wftk/files/patch-wftk::region.h b/devel/wftk/files/patch-wftk::region.h
new file mode 100644
index 000000000000..c1b6f280bdc6
--- /dev/null
+++ b/devel/wftk/files/patch-wftk::region.h
@@ -0,0 +1,11 @@
+--- wftk/region.h.orig Sat May 7 23:58:28 2005
++++ wftk/region.h Sun May 8 00:01:36 2005
+@@ -166,7 +166,7 @@
+ // const_iterator has to be declared after RegionBox
+
+ /// Iterator over points in the region
+- friend class const_iterator
++ class const_iterator
+ {
+ public:
+ const_iterator() : box_(0) {}