From 8ea51524e6c5825ea5ffabd007f390162b2d2e24 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 18 Jul 2003 02:18:59 +0000 Subject: Split mega-patch file patch-aa into individual patch files for easy updating. --- .../files/patch-classes::include::ArtsSelectionSet.hh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net/arts++/files/patch-classes::include::ArtsSelectionSet.hh (limited to 'net/arts++/files/patch-classes::include::ArtsSelectionSet.hh') diff --git a/net/arts++/files/patch-classes::include::ArtsSelectionSet.hh b/net/arts++/files/patch-classes::include::ArtsSelectionSet.hh new file mode 100644 index 000000000000..8208edb4bcdb --- /dev/null +++ b/net/arts++/files/patch-classes::include::ArtsSelectionSet.hh @@ -0,0 +1,19 @@ +--- ./classes/include/ArtsSelectionSet.hh.orig Mon Oct 2 13:05:20 2000 ++++ ./classes/include/ArtsSelectionSet.hh Wed Sep 25 16:38:10 2002 +@@ -49,6 +49,7 @@ + + #include + #include ++using namespace std; + + #include "ArtsSelection.hh" + +@@ -96,7 +97,7 @@ + //------------------------------------------------------------------------- + bool Matches(const Type & value) const + { +- const_iterator selectionIter; ++ typename ArtsSelectionSet::const_iterator selectionIter; + bool rc = false; + + for (selectionIter = this->begin(); selectionIter != this->end(); -- cgit v1.2.3