diff options
author | Max Kellermann <max@musicpd.org> | 2016-11-23 17:43:50 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-11-23 17:43:50 +0100 |
commit | 4dd1309c3f4f7bebb501b09fee3a6fdfdce3869f (patch) | |
tree | 170d3037f1697c6f3cea9665545f79309690b9e6 /test/read_mixer.cxx | |
parent | 541da2740d39ede4fe62739c93238525c8f6cd1b (diff) |
filter/Plugin: rename with CamelCase
Diffstat (limited to 'test/read_mixer.cxx')
-rw-r--r-- | test/read_mixer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_mixer.cxx b/test/read_mixer.cxx index f50a7ad48..8070d4608 100644 --- a/test/read_mixer.cxx +++ b/test/read_mixer.cxx @@ -32,7 +32,7 @@ #include <unistd.h> #include <stdlib.h> -const struct filter_plugin * +const FilterPlugin * filter_plugin_by_name(gcc_unused const char *name) { assert(false); |