Queue: ModifyAtOrder() does not increment version

Leave that to the caller, allowing it to modify multiple items at a
time.
This commit is contained in:
Max Kellermann
2013-10-22 00:38:10 +02:00
parent 4de3b6dc80
commit 03b57df630
3 changed files with 3 additions and 3 deletions

View File

@@ -241,7 +241,8 @@ struct queue {
void IncrementVersion();
/**
* Marks the specified song as "modified" and increments the version
* Marks the specified song as "modified". Call
* IncrementVersion() after all modifications have been made.
* number.
*/
void ModifyAtOrder(unsigned order);