s/RemoveAll/clear/g

This commit is contained in:
Glenn Maynard
2002-10-24 20:15:24 +00:00
parent 85e409b121
commit 5c841f287b
17 changed files with 25 additions and 26 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ bool SMLoader::LoadFromSMFile( CString sPath, Song &out )
{
LOG->Trace( "Song::LoadFromSMDir(%s)", sPath );
out.m_BPMSegments.RemoveAll();
out.m_StopSegments.RemoveAll();
out.m_BPMSegments.clear();
out.m_StopSegments.clear();
int i;