mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
718 B

  1. diff -ruN kismet-2004-04-R1/packet.h kismet-2004-04-R1-new/packet.h
  2. --- kismet-2004-04-R1/packet.h 2004-04-02 18:53:36.000000000 +0200
  3. +++ kismet-2004-04-R1-new/packet.h 2004-05-24 13:58:03.682859328 +0200
  4. @@ -550,7 +550,7 @@
  5. // This isn't quite like STL iterators, because I'm too damned lazy to deal with all
  6. // the nasty STL hoop-jumping. This does provide a somewhat-stl-ish interface to
  7. // iterating through the singleton and masked maps
  8. - friend class iterator {
  9. + class iterator {
  10. friend class macmap;
  11. public:
  12. @@ -643,6 +643,7 @@
  13. int vector_itr;
  14. macmap<T> *owner;
  15. };
  16. + friend class iterator;
  17. iterator begin() {
  18. iterator ret(this);