fix build for g++ 3.4.6
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue, 20 May 2008 07:56:59 -0700
changeset 3083 7172d5dcae51
parent 3082 42a9a69ac4ef
child 3084 3d83c2088c85
fix build for g++ 3.4.6
src/common/tag-list.h
--- a/src/common/tag-list.h	Fri May 16 15:52:04 2008 -0700
+++ b/src/common/tag-list.h	Tue May 20 07:56:59 2008 -0700
@@ -77,9 +77,10 @@
       uint32_t start;
       uint32_t end;
       TagBuffer buf;
+      Item (TagBuffer buf);
     private:
       friend class TagList;
-      Item (TagBuffer buf);
+      friend class TagList::Iterator;
     };
     bool HasNext (void) const;
     struct TagList::Iterator::Item Next (void);