Explicitly declare inlined function as inline & remove COM declaration.
Fixing native mingw build bustage. Bug #240106 r=darin git-svn-id: svn://10.0.0.236/trunk@155177 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -442,7 +442,7 @@ class nsTString_CharT : public nsTSubstring_CharT
|
||||
/**
|
||||
* Append the given unsigned integer to this string
|
||||
*/
|
||||
NS_COM void AppendInt( PRUint32 aInteger, PRInt32 aRadix = kRadix10 )
|
||||
inline void AppendInt( PRUint32 aInteger, PRInt32 aRadix = kRadix10 )
|
||||
{
|
||||
AppendInt(PRInt32(aInteger), aRadix);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user