fix in gcc
This commit is contained in:
@@ -11,7 +11,7 @@ class LocalizedStringImplDefault: public ILocalizedStringImpl
|
||||
public:
|
||||
static ILocalizedStringImpl *Create() { return new LocalizedStringImplDefault; }
|
||||
|
||||
void ILocalizedStringImpl::Load( const RString& sGroup, const RString& sName )
|
||||
void Load( const RString& sGroup, const RString& sName )
|
||||
{
|
||||
m_sValue = sName;
|
||||
}
|
||||
|
||||
@@ -57,7 +57,7 @@ class LocalizedStringImplThemeMetric : public ILocalizedStringImpl, public Theme
|
||||
public:
|
||||
static ILocalizedStringImpl *Create() { return new LocalizedStringImplThemeMetric; }
|
||||
|
||||
void ILocalizedStringImpl::Load( const RString& sGroup, const RString& sName )
|
||||
void Load( const RString& sGroup, const RString& sName )
|
||||
{
|
||||
ThemeMetric<RString>::Load( sGroup, sName );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user