aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/FileInputPlugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/FileInputPlugin.cxx')
-rw-r--r--src/input/FileInputPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/FileInputPlugin.cxx b/src/input/FileInputPlugin.cxx
index a8557fc4d..221dbff84 100644
--- a/src/input/FileInputPlugin.cxx
+++ b/src/input/FileInputPlugin.cxx
@@ -143,7 +143,7 @@ input_file_eof(struct input_stream *is)
return is->offset >= is->size;
}
-const struct input_plugin input_plugin_file = {
+const InputPlugin input_plugin_file = {
"file",
nullptr,
nullptr,