Fixing GCC 4.0 build issue. Thanks again, Shyotl!

This commit is contained in:
November
2010-10-04 23:38:00 -07:00
parent fa0a4a62c9
commit 49aee73aea

View File

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