Accidently broke ConstIterator::Rewind().

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16902 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-03-27 22:13:36 +00:00
parent 6aa12747cd
commit e7d4bde0b8
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ public:
void Rewind()
{
fCurrent = NULL;
fNext = fList->First();
}