From 8cf4fb53aa102380a8e734590aa6e82920e9632c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 1 Feb 2014 00:45:58 +0100 Subject: Playlist: pass Database to DatabaseModified() Don't use global variable. --- src/Partition.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Partition.hxx') diff --git a/src/Partition.hxx b/src/Partition.hxx index 1faf7c9a2..de41162f3 100644 --- a/src/Partition.hxx +++ b/src/Partition.hxx @@ -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 /** -- cgit v1.2.3