const, RString
This commit is contained in:
@@ -1953,12 +1953,12 @@ LocalizedString::~LocalizedString()
|
||||
}
|
||||
|
||||
|
||||
LocalizedString::operator const CString&()
|
||||
LocalizedString::operator const RString&() const
|
||||
{
|
||||
return GetValue();
|
||||
}
|
||||
|
||||
const CString &LocalizedString::GetValue()
|
||||
const CString &LocalizedString::GetValue() const
|
||||
{
|
||||
ASSERT(!m_sValue.empty()); return m_sValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user