From e7d4bde0b8ab4fc1bb1720e2c4cb00e11569cc53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 27 Mar 2006 22:13:36 +0000 Subject: [PATCH] Accidently broke ConstIterator::Rewind(). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16902 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/util/DoublyLinkedList.h | 1 - 1 file changed, 1 deletion(-) diff --git a/headers/private/kernel/util/DoublyLinkedList.h b/headers/private/kernel/util/DoublyLinkedList.h index f0f74545d7..a7775dbca7 100644 --- a/headers/private/kernel/util/DoublyLinkedList.h +++ b/headers/private/kernel/util/DoublyLinkedList.h @@ -186,7 +186,6 @@ public: void Rewind() { - fCurrent = NULL; fNext = fList->First(); }