compile fix

This commit is contained in:
Glenn Maynard
2004-11-15 18:18:07 +00:00
parent b89305d958
commit ebf9981cfd
+1 -1
View File
@@ -113,7 +113,7 @@ void RageSoundManager::Update(float delta)
g_SoundManMutex.Unlock(); /* finished with owned_sounds and all_sounds */
/* Be sure to release g_SoundManMutex before deleting sounds. */
for( it = ToDelete.begin(); it != ToDelete.end(); ++it )
for( set<RageSound *>::iterator it = ToDelete.begin(); it != ToDelete.end(); ++it )
delete *it;
if( driver != NULL )