aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/read_tags.cxx2
-rw-r--r--test/run_decoder.cxx2
2 files changed, 2 insertions, 2 deletions
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;
};