Skip to content

Commit f1962b4

Browse files
committed
Add missing override keyword
1 parent 2e8dddc commit f1962b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ class PreprocInput : public InputProvider {
303303
return Stream;
304304
}
305305

306-
bool endInput() {
306+
bool endInput() override {
307307
const int Status = pclose(Stream);
308308
Stream = nullptr;
309309
if (Status == -1) {

0 commit comments

Comments
 (0)