Ignore:
Timestamp:
Nov 23, 2001, 7:08:03 PM (24 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/ccollection.cpp

    r7010 r7441  
    1 /* $Id: ccollection.cpp,v 1.7 2001-10-11 00:59:43 phaller Exp $ */
     1/* $Id: ccollection.cpp,v 1.8 2001-11-23 18:07:37 phaller Exp $ */
    22
    33/*
     
    560560
    561561
    562 int CLinearList::removeElement(void* pObject)
     562int CLinearList::removeObject(void* pObject)
    563563{
    564564    PLINEARLISTENTRY pLLE = findForward(pObject);
Note: See TracChangeset for help on using the changeset viewer.