These staged checkins can be tricky.

This commit is contained in:
mcmullen%netscape.com 1999-05-08 00:57:57 +00:00
parent aa6ad6f2fe
commit 9ece6fc6eb
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
nsOutputStream& operator << (nsOutputStream& s, const nsFileURL& url)
//----------------------------------------------------------------------------------------
{
return s << url.GetURLString();
return s << url.GetAsString();
}
//----------------------------------------------------------------------------------------

View File

@ -11,7 +11,7 @@
nsOutputStream& operator << (nsOutputStream& s, const nsFileURL& url)
//----------------------------------------------------------------------------------------
{
return s << url.GetURLString();
return s << url.GetAsString();
}
//----------------------------------------------------------------------------------------