Skip to content

Commit ead9995

Browse files
committed
Add a const
1 parent b55f461 commit ead9995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/io.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void with_multiple_osm_inputs::setup_input_files(const boost::program_options::v
8484
}
8585

8686
bool uses_stdin = false;
87-
for (auto& filename : m_input_filenames) {
87+
for (const auto& filename : m_input_filenames) {
8888
if (filename == "-") {
8989
if (uses_stdin) {
9090
throw argument_error{"Can read at most one file from STDIN."};

0 commit comments

Comments
 (0)