Skip to content

Commit da2d778

Browse files
author
Bernhard Scholz
authored
Merge pull request #2279 from luc-tielen/master
Add missing override keyword
2 parents 2e8dddc + f1962b4 commit da2d778

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)