diff options
author | Max Kellermann <max@duempel.org> | 2013-01-07 10:12:51 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-07 10:17:16 +0100 |
commit | 989c9a7317354a538aef7c3ed35cf995a9afc6e1 (patch) | |
tree | 257b031657e777cb4638f80ac854d2dba8f1f2d1 /src/OutputControl.cxx | |
parent | 975370c084c8d679ff2cc2fcee48326b1dbcbf2e (diff) | |
download | mpd-989c9a7317354a538aef7c3ed35cf995a9afc6e1.tar.gz mpd-989c9a7317354a538aef7c3ed35cf995a9afc6e1.tar.xz mpd-989c9a7317354a538aef7c3ed35cf995a9afc6e1.zip |
filter/replay_gain: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/OutputControl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OutputControl.cxx b/src/OutputControl.cxx index 7cc2814de..005003d2d 100644 --- a/src/OutputControl.cxx +++ b/src/OutputControl.cxx @@ -27,9 +27,9 @@ extern "C" { #include "mixer_control.h" #include "mixer_plugin.h" #include "notify.h" -#include "filter/replay_gain_filter_plugin.h" } +#include "filter/ReplayGainFilterPlugin.hxx" #include "filter_plugin.h" #include <assert.h> |