Happy now, GCC?

This commit is contained in:
unknown
2010-10-05 01:33:35 -05:00
parent b2bd45eed8
commit 2a584cb0fd
4 changed files with 2 additions and 4 deletions

View File

@@ -992,7 +992,7 @@ LLAudioData * LLAudioEngine::getAudioData(const LLUUID &audio_uuid)
delete sourcep;
if(chan)
chan->cleanup();
iter2 = mAllSources.erase(iter2);
mAllSources.erase(iter2++);
}
else
++iter2;