aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderPlugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/DecoderPlugin.cxx')
-rw-r--r--src/DecoderPlugin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DecoderPlugin.cxx b/src/DecoderPlugin.cxx
index db5d9304f..eb83d542d 100644
--- a/src/DecoderPlugin.cxx
+++ b/src/DecoderPlugin.cxx
@@ -24,7 +24,7 @@
#include <assert.h>
bool
-decoder_plugin_supports_suffix(const decoder_plugin &plugin,
+decoder_plugin_supports_suffix(const DecoderPlugin &plugin,
const char *suffix)
{
assert(suffix != nullptr);
@@ -35,7 +35,7 @@ decoder_plugin_supports_suffix(const decoder_plugin &plugin,
}
bool
-decoder_plugin_supports_mime_type(const decoder_plugin &plugin,
+decoder_plugin_supports_mime_type(const DecoderPlugin &plugin,
const char *mime_type)
{
assert(mime_type != nullptr);