mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 603243 - Making nsTString_CharT(char_type c) constructor private to avoid accidental misusage.
This commit is contained in:
parent
4ee5f5c378
commit
6584c20f9e
@ -66,13 +66,6 @@ class nsTString_CharT : public nsTSubstring_CharT
|
||||
nsTString_CharT()
|
||||
: substring_type() {}
|
||||
|
||||
explicit
|
||||
nsTString_CharT( char_type c )
|
||||
: substring_type()
|
||||
{
|
||||
Assign(c);
|
||||
}
|
||||
|
||||
explicit
|
||||
nsTString_CharT( const char_type* data, size_type length = size_type(-1) )
|
||||
: substring_type()
|
||||
|
Loading…
Reference in New Issue
Block a user