diff options
author | Max Kellermann <max@duempel.org> | 2014-01-27 08:20:25 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-28 09:20:53 +0100 |
commit | f5a923b9d16e4c63942a033d1bdb2ab150aae342 (patch) | |
tree | 6e3c39b305fd2a1da2a7b9c2b79a6737ca21a23b /src/Partition.cxx | |
parent | 36bab6ef066c6898a791dd15054301f80757b3f6 (diff) | |
download | mpd-f5a923b9d16e4c63942a033d1bdb2ab150aae342.tar.gz mpd-f5a923b9d16e4c63942a033d1bdb2ab150aae342.tar.xz mpd-f5a923b9d16e4c63942a033d1bdb2ab150aae342.zip |
OutputAll: convert to class, move instance to class Partition
Another big chunk of code for multi-player support.
Diffstat (limited to '')
-rw-r--r-- | src/Partition.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Partition.cxx b/src/Partition.cxx index ea801f827..71ded4309 100644 --- a/src/Partition.cxx +++ b/src/Partition.cxx @@ -20,6 +20,7 @@ #include "config.h" #include "Partition.hxx" #include "DetachedSong.hxx" +#include "output/MultipleOutputs.hxx" void Partition::DatabaseModified() |