Bug 157142: get rid of txAtom typedef

r=Pike rs=peterv


git-svn-id: svn://10.0.0.236/trunk@136564 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sicking%bigfoot.com
2003-01-18 00:37:12 +00:00
parent 9f9ca4ebe3
commit 4e8212e9c8
53 changed files with 127 additions and 129 deletions

View File

@@ -251,7 +251,7 @@ ExprResult* StringFunctionCall::evaluate(txIEvalContext* aContext)
return new StringResult(NS_LITERAL_STRING("error"));
}
nsresult StringFunctionCall::getNameAtom(txAtom** aAtom)
nsresult StringFunctionCall::getNameAtom(nsIAtom** aAtom)
{
switch (mType) {
case CONCAT: