aboutsummaryrefslogtreecommitdiffstats
path: root/src/mixer/SoftwareMixerPlugin.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-22 23:24:42 +0100
committerMax Kellermann <max@duempel.org>2013-12-23 10:35:21 +0100
commit6d21b9448a0d337b449ce22f68802670c911ca40 (patch)
tree38b79404023ada218be99623b86e2bcf66fd474e /src/mixer/SoftwareMixerPlugin.cxx
parent2d1a3073f63604a452e559ff8322520af98a4b65 (diff)
downloadmpd-6d21b9448a0d337b449ce22f68802670c911ca40.tar.gz
mpd-6d21b9448a0d337b449ce22f68802670c911ca40.tar.xz
mpd-6d21b9448a0d337b449ce22f68802670c911ca40.zip
pcm/PcmVolume: rename to Volume.cxx
Diffstat (limited to 'src/mixer/SoftwareMixerPlugin.cxx')
-rw-r--r--src/mixer/SoftwareMixerPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/SoftwareMixerPlugin.cxx b/src/mixer/SoftwareMixerPlugin.cxx
index 193e68f23..e5f4b1659 100644
--- a/src/mixer/SoftwareMixerPlugin.cxx
+++ b/src/mixer/SoftwareMixerPlugin.cxx
@@ -24,7 +24,7 @@
#include "FilterRegistry.hxx"
#include "FilterInternal.hxx"
#include "filter/VolumeFilterPlugin.hxx"
-#include "pcm/PcmVolume.hxx"
+#include "pcm/Volume.hxx"
#include "ConfigData.hxx"
#include "util/Error.hxx"