Bug 88623: Remove the txList::iterator function and the ListIterator typedef

r=peterv sr=jst


git-svn-id: svn://10.0.0.236/trunk@124134 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sicking%bigfoot.com
2002-06-26 23:09:13 +00:00
parent 5afc1a8426
commit 1bf6d687de
26 changed files with 110 additions and 152 deletions

View File

@@ -79,7 +79,7 @@ StringFunctionCall::StringFunctionCall(StringFunctions aType) : mType(aType)
**/
ExprResult* StringFunctionCall::evaluate(txIEvalContext* aContext)
{
ListIterator iter(&params);
txListIterator iter(&params);
switch (mType) {
case CONCAT:
{