diff options
author | Max Kellermann <max@duempel.org> | 2013-10-17 10:20:57 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-17 10:20:57 +0200 |
commit | 24780d99e61af44141e8f0d0d0776a1c994e6770 (patch) | |
tree | 23cc5597c41d9031eb74892ef7d7c0e5eceb05fd /src/input/CdioParanoiaInputPlugin.cxx | |
parent | 7c1cf617282c591dff85df164c178198a0ce7738 (diff) | |
download | mpd-24780d99e61af44141e8f0d0d0776a1c994e6770.tar.gz mpd-24780d99e61af44141e8f0d0d0776a1c994e6770.tar.xz mpd-24780d99e61af44141e8f0d0d0776a1c994e6770.zip |
input_plugin: rename struct to "InputPlugin"
Diffstat (limited to 'src/input/CdioParanoiaInputPlugin.cxx')
-rw-r--r-- | src/input/CdioParanoiaInputPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/CdioParanoiaInputPlugin.cxx b/src/input/CdioParanoiaInputPlugin.cxx index 344bdc975..d441ed818 100644 --- a/src/input/CdioParanoiaInputPlugin.cxx +++ b/src/input/CdioParanoiaInputPlugin.cxx @@ -363,7 +363,7 @@ input_cdio_eof(struct input_stream *is) return (cis->lsn_from + cis->lsn_relofs > cis->lsn_to); } -const struct input_plugin input_plugin_cdio_paranoia = { +const InputPlugin input_plugin_cdio_paranoia = { "cdio_paranoia", nullptr, nullptr, |