Duh, silly me. Fixing bogus attempt at casting...
git-svn-id: svn://10.0.0.236/trunk@153056 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
12c7863bcd
commit
f38dcaa4ad
@ -697,7 +697,7 @@ class nsTAdoptingString_CharT : public nsTXPIDLString_CharT
|
||||
|
||||
public:
|
||||
|
||||
explicit nsTAdoptingString_CharT(char_type* str, size_type length = (-1))
|
||||
explicit nsTAdoptingString_CharT(char_type* str, size_type length = size_type(-1))
|
||||
{
|
||||
Adopt(str, length);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user