diff options
Diffstat (limited to '')
-rw-r--r-- | src/Instance.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Instance.hxx b/src/Instance.hxx index a0dfd1b94..45b1e44f1 100644 --- a/src/Instance.hxx +++ b/src/Instance.hxx @@ -24,14 +24,13 @@ class ClientList; struct Partition; -struct Song; struct Instance { ClientList *client_list; Partition *partition; - void DeleteSong(const Song &song); + void DeleteSong(const char *uri); /** * The database has been modified. Propagate the change to |