This commit is contained in:
Glenn Maynard
2005-06-27 05:24:24 +00:00
parent 67477a6192
commit ebe60c9eb7
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -791,7 +791,7 @@ RageFileBasic *RageFileManager::OpenForWriting( CString sPath, int mode, int &er
if( value == -1 )
continue;
Values.push_back( pair<int,int>( i, value ) );
Values.push_back( make_pair( i, value ) );
}
stable_sort( Values.begin(), Values.end(), SortBySecond );