making string conversions explict
git-svn-id: svn://10.0.0.236/trunk@65023 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -35,7 +35,7 @@ static NS_DEFINE_IID(kIParserNodeIID, NS_IPARSER_NODE_IID);
|
||||
nsString& GetEmptyString() {
|
||||
static nsString* gEmptyStr=0;
|
||||
if(!gEmptyStr)
|
||||
gEmptyStr=new nsString("");
|
||||
gEmptyStr=new nsString;
|
||||
return *gEmptyStr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user