aboutsummaryrefslogtreecommitdiff
path: root/test/run_filter.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-02-01 17:47:09 +0100
committerMax Kellermann <max@duempel.org>2013-02-01 17:47:09 +0100
commit3894450b10baeaa17c871cb5dc1a0961e0726fae (patch)
tree66d8b5fa85eb70e13ab0826345103505ab694d58 /test/run_filter.cxx
parentec07f6ec835abccda5ff7bf346645739fb5e116a (diff)
filter: convert to C++
Diffstat (limited to 'test/run_filter.cxx')
-rw-r--r--test/run_filter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_filter.cxx b/test/run_filter.cxx
index 2d53ed49..1800996c 100644
--- a/test/run_filter.cxx
+++ b/test/run_filter.cxx
@@ -22,7 +22,7 @@
#include "fs/Path.hxx"
#include "AudioParser.hxx"
#include "audio_format.h"
-#include "filter_plugin.h"
+#include "FilterPlugin.hxx"
#include "PcmVolume.hxx"
#include "mixer_control.h"
#include "stdbin.h"