oops. fix windows bustage

git-svn-id: svn://10.0.0.236/trunk@77998 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%mozilla.org 2000-09-02 04:57:36 +00:00
parent a7c1dfc349
commit 7de661987b
3 changed files with 3 additions and 3 deletions

View File

@ -590,7 +590,7 @@ struct nsCharSourceTraits<const char*>
static
void
advance( CharT*& s, difference_type n )
advance( char*& s, difference_type n )
{
s += n;
}

View File

@ -590,7 +590,7 @@ struct nsCharSourceTraits<const char*>
static
void
advance( CharT*& s, difference_type n )
advance( char*& s, difference_type n )
{
s += n;
}

View File

@ -590,7 +590,7 @@ struct nsCharSourceTraits<const char*>
static
void
advance( CharT*& s, difference_type n )
advance( char*& s, difference_type n )
{
s += n;
}