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

Modified Files:
        lists.h 
Log Message:
compilation fix for VC++

Index: lists.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/lists.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -u -2 -r1.10 -r1.11
--- lists.h     29 Aug 2003 00:03:39 -0000      1.10
+++ lists.h     30 Aug 2003 23:47:22 -0000      1.11
@@ -367,6 +367,5 @@
          : name##_common::iterator(i) {} \
       operator_star_and_inline \
-      value_type operator->(void) \
-         { return name##_common::iterator::operator*(); } \
+      value_type operator->(void) { return GetData(); } \
    }; \
    inline iterator erase(iterator i) \



-------------------------------------------------------
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