CString -> RString

This commit is contained in:
Chris Danford
2005-12-27 17:11:38 +00:00
parent 6681ad9dd4
commit 037ed8ae51
4 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ void LocalizedString::RefreshLocalizedStrings()
(*p)->Refresh();
}
CString LocalizedString::LocalizeString( const CString &sSection, const CString &sName )
RString LocalizedString::LocalizeString( const RString &sSection, const RString &sName )
{
ASSERT( g_pfnLocalizer );
return g_pfnLocalizer( sSection, sName );