Fix checked in for Mac casting problem
git-svn-id: svn://10.0.0.236/trunk@83568 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -187,7 +187,7 @@ const nsString& nsCParserNode::GetName() const {
|
||||
* @return string ref of text from internal token
|
||||
*/
|
||||
const nsAReadableString& nsCParserNode::GetText() const {
|
||||
return (mToken) ? mToken->GetStringValue() : GetEmptyString();
|
||||
return (mToken) ? mToken->GetStringValue() : NS_STATIC_CAST(const nsAReadableString&,GetEmptyString());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user