Another old style one

This commit is contained in:
Jason Felds
2013-05-01 22:44:34 -04:00
parent 852e1cf8b0
commit 33ca2a3410
+1 -1
View File
@@ -489,7 +489,7 @@ bool ProfileManager::DeleteLocalProfile( RString sProfileID )
// flush directory cache in an attempt to get this working
FILEMAN->FlushDirCache( sProfileDir );
FOREACH( DirAndProfile, g_vLocalProfile, i )
for (vector<DirAndProfile>::iterator i = g_vLocalProfile.begin(); i != g_vLocalProfile.end(); ++i)
{
if( i->sDir == sProfileDir )
{