Playlist: pass Database to DatabaseModified()

Don't use global variable.
This commit is contained in:
Max Kellermann
2014-02-01 00:45:58 +01:00
parent 1769ae54e4
commit 8cf4fb53aa
5 changed files with 9 additions and 13 deletions

View File

@@ -178,7 +178,7 @@ struct Partition {
* The database has been modified. Propagate the change to
* all subsystems.
*/
void DatabaseModified();
void DatabaseModified(const Database &db);
#endif
/**