mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
backout 74786, gcc 2.96 sucks
This commit is contained in:
parent
43e8faaf41
commit
05ec71459e
@ -174,16 +174,6 @@ public:
|
||||
*/
|
||||
String& operator = (const String& aSource);
|
||||
#else
|
||||
/*
|
||||
* Return a reference to this string's nsString.
|
||||
*/
|
||||
operator nsAFlatString&();
|
||||
|
||||
/*
|
||||
* Return a const reference to this string's nsString.
|
||||
*/
|
||||
operator const nsAFlatString&() const;
|
||||
|
||||
/*
|
||||
* Return a reference to this string's nsString.
|
||||
*/
|
||||
|
@ -208,16 +208,6 @@ inline void String::toUpperCase()
|
||||
ToUpperCase(mString);
|
||||
}
|
||||
|
||||
inline String::operator nsAFlatString&()
|
||||
{
|
||||
return mString;
|
||||
}
|
||||
|
||||
inline String::operator const nsAFlatString&() const
|
||||
{
|
||||
return mString;
|
||||
}
|
||||
|
||||
inline String::operator nsAString&()
|
||||
{
|
||||
return mString;
|
||||
|
Loading…
Reference in New Issue
Block a user