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:
jst%mozilla.jstenback.com 2004-02-21 01:02:26 +00:00
parent 12c7863bcd
commit f38dcaa4ad

View File

@ -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);
}