fix compile
This commit is contained in:
@@ -28,7 +28,7 @@ void ScreenOptionsMemoryCard::Init()
|
|||||||
sVolumeLabel = "(no label)";
|
sVolumeLabel = "(no label)";
|
||||||
CString sDescription = ssprintf( "%s %s", sOsMountDir.c_str(), sVolumeLabel.c_str() );
|
CString sDescription = ssprintf( "%s %s", sOsMountDir.c_str(), sVolumeLabel.c_str() );
|
||||||
OptionRowDefinition def( sDescription, true, "" );
|
OptionRowDefinition def( sDescription, true, "" );
|
||||||
def.m_bAllowThemeTitles = false;
|
def.m_bAllowThemeTitle = false;
|
||||||
def.m_bAllowExplanation = false;
|
def.m_bAllowExplanation = false;
|
||||||
m_vDefs.push_back( def );
|
m_vDefs.push_back( def );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user