oops. fix windows bustage
git-svn-id: svn://10.0.0.236/trunk@77998 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a7c1dfc349
commit
7de661987b
@ -590,7 +590,7 @@ struct nsCharSourceTraits<const char*>
|
||||
|
||||
static
|
||||
void
|
||||
advance( CharT*& s, difference_type n )
|
||||
advance( char*& s, difference_type n )
|
||||
{
|
||||
s += n;
|
||||
}
|
||||
|
||||
@ -590,7 +590,7 @@ struct nsCharSourceTraits<const char*>
|
||||
|
||||
static
|
||||
void
|
||||
advance( CharT*& s, difference_type n )
|
||||
advance( char*& s, difference_type n )
|
||||
{
|
||||
s += n;
|
||||
}
|
||||
|
||||
@ -590,7 +590,7 @@ struct nsCharSourceTraits<const char*>
|
||||
|
||||
static
|
||||
void
|
||||
advance( CharT*& s, difference_type n )
|
||||
advance( char*& s, difference_type n )
|
||||
{
|
||||
s += n;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user