Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10799/include

Modified Files:
        lists.h 
Log Message:
fixed wrong assert in operator--()

Index: lists.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/lists.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -u -2 -r1.12 -r1.13
--- lists.h     4 Jul 2005 13:59:14 -0000       1.12
+++ lists.h     6 Jul 2005 11:27:12 -0000       1.13
@@ -145,5 +145,5 @@
    inline iterator &operator--(void) \
       { \
-         NodeCheck(); \
+         node->NodeRefCheck(); \
          node = node->prev; \
          return *this; \



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to