mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Duh, silly me. Fixing bogus attempt at casting...
This commit is contained in:
parent
e456d4fb7a
commit
ea534cf241
@ -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