]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/kismet/kismet-2004-04-R1/packet_friend_fix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / kismet / kismet-2004-04-R1 / packet_friend_fix.patch
1 --- kismet-2004-04-R1/packet.h.orig     2005-02-04 09:12:36.000000000 +0000
2 +++ kismet-2004-04-R1/packet.h  2005-02-04 09:13:14.000000000 +0000
3 @@ -550,7 +550,7 @@
4      // This isn't quite like STL iterators, because I'm too damned lazy to deal with all
5      // the nasty STL hoop-jumping.  This does provide a somewhat-stl-ish interface to
6      // iterating through the singleton and masked maps
7 -    friend class iterator {
8 +    class iterator {
9          friend class macmap;
10  
11      public:
12 @@ -643,6 +643,7 @@
13          int vector_itr;
14          macmap<T> *owner;
15      };
16 +    friend class iterator;
17  
18      iterator begin() {
19          iterator ret(this);