io.h: Add missing override

Found with clang's -Winconsistent-missing-destructor-override

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-11-19 22:17:30 -08:00
committed by ridiculousfish
parent 586ac3dfa7
commit 69d0bb7c0d
11 changed files with 12 additions and 14 deletions

View File

@@ -1483,7 +1483,7 @@ void completer_t::perform() {
}) != std::end(prefix_cmds);
if (!is_subcommand) break;
tokens.erase(tokens.begin());
};
}
}
// Empty process (cursor is after one of ;, &, |, \n, &&, || modulo whitespace).
if (tokens.empty()) {