diff options
Diffstat (limited to 'src/input/ArchiveInputPlugin.hxx')
-rw-r--r-- | src/input/ArchiveInputPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/ArchiveInputPlugin.hxx b/src/input/ArchiveInputPlugin.hxx index 96fcd0dd1..9ac70b2fc 100644 --- a/src/input/ArchiveInputPlugin.hxx +++ b/src/input/ArchiveInputPlugin.hxx @@ -20,6 +20,6 @@ #ifndef MPD_INPUT_ARCHIVE_HXX #define MPD_INPUT_ARCHIVE_HXX -extern const struct input_plugin input_plugin_archive; +extern const struct InputPlugin input_plugin_archive; #endif |