зеркало из https://github.com/mozilla/pjs.git
Duh, silly me. Fixing bogus attempt at casting...
This commit is contained in:
Родитель
a61d8166ab
Коммит
ff36d371c6
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче