Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv2821/include

Modified Files:
        lists.h 
Log Message:
fix VC++ warnings at level 4

Index: lists.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/lists.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- lists.h     14 Jul 2002 23:41:22 -0000      1.8
+++ lists.h     8 Dec 2002 00:41:09 -0000       1.9
@@ -330,6 +330,6 @@
       typedef name##_common::iterator iterator_common; \
       \
-      iterator(ListNode *n = NULL) : iterator_common(n) {} \
-      iterator(const iterator_common &i) : iterator_common(i) {} \
+      iterator(ListNode *n = NULL) : name##_common::iterator(n) {} \
+      iterator(const iterator_common &i) : name##_common::iterator(i) {} \
       inline value_type operator->(void) \
          { return GetData(); } \



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to