diff options
author | Max Kellermann <max@duempel.org> | 2013-02-01 17:47:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-02-01 17:47:09 +0100 |
commit | 3894450b10baeaa17c871cb5dc1a0961e0726fae (patch) | |
tree | 66d8b5fa85eb70e13ab0826345103505ab694d58 /src/mixer/SoftwareMixerPlugin.cxx | |
parent | ec07f6ec835abccda5ff7bf346645739fb5e116a (diff) | |
download | mpd-3894450b10baeaa17c871cb5dc1a0961e0726fae.tar.gz mpd-3894450b10baeaa17c871cb5dc1a0961e0726fae.tar.xz mpd-3894450b10baeaa17c871cb5dc1a0961e0726fae.zip |
filter: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/mixer/SoftwareMixerPlugin.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mixer/SoftwareMixerPlugin.cxx b/src/mixer/SoftwareMixerPlugin.cxx index c06ce18ea..9b8f083f4 100644 --- a/src/mixer/SoftwareMixerPlugin.cxx +++ b/src/mixer/SoftwareMixerPlugin.cxx @@ -20,8 +20,8 @@ #include "config.h" #include "SoftwareMixerPlugin.hxx" #include "mixer_api.h" -#include "filter_plugin.h" -#include "filter_registry.h" +#include "FilterPlugin.hxx" +#include "FilterRegistry.hxx" #include "filter/VolumeFilterPlugin.hxx" #include "PcmVolume.hxx" |