From 72af3c0489f8bc417189b6dd48b8db4f380e4ba3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 21 Oct 2013 20:31:34 +0200 Subject: decoder_plugin: rename struct to DecoderPlugin --- test/read_tags.cxx | 2 +- test/run_decoder.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/read_tags.cxx b/test/read_tags.cxx index 7b631cae5..c7756524f 100644 --- a/test/read_tags.cxx +++ b/test/read_tags.cxx @@ -145,7 +145,7 @@ static const struct tag_handler print_handler = { int main(int argc, char **argv) { const char *decoder_name, *path; - const struct decoder_plugin *plugin; + const struct DecoderPlugin *plugin; #ifdef HAVE_LOCALE_H /* initialize locale */ diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx index 9934429fc..08f6f66b5 100644 --- a/test/run_decoder.cxx +++ b/test/run_decoder.cxx @@ -48,7 +48,7 @@ my_log_func(const gchar *log_domain, gcc_unused GLogLevelFlags log_level, struct decoder { const char *uri; - const struct decoder_plugin *plugin; + const struct DecoderPlugin *plugin; bool initialized; }; -- cgit v1.2.3