fix compile

This commit is contained in:
Chris Danford
2005-12-03 08:19:38 +00:00
parent f4f19224aa
commit 6647949a00
+1 -1
View File
@@ -28,7 +28,7 @@ void ScreenOptionsMemoryCard::Init()
sVolumeLabel = "(no label)";
CString sDescription = ssprintf( "%s %s", sOsMountDir.c_str(), sVolumeLabel.c_str() );
OptionRowDefinition def( sDescription, true, "" );
def.m_bAllowThemeTitles = false;
def.m_bAllowThemeTitle = false;
def.m_bAllowExplanation = false;
m_vDefs.push_back( def );
}