return ref, to allow returning it from functions that also return ref

This commit is contained in:
Glenn Maynard
2005-12-30 07:12:52 +00:00
parent 9225fa0196
commit 622a6e6698
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ LocalizedString::operator RString() const
return GetValue();
}
RString LocalizedString::GetValue() const
const RString &LocalizedString::GetValue() const
{
ASSERT(m_bLoaded);
return m_sValue;