Make the linter happy
This commit is contained in:
parent
fb258f0671
commit
e60fa2c388
@ -261,7 +261,7 @@ T load_bytes(FILE* obj_file, off_t offset) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class file_error : std::exception {
|
class file_error : std::exception {
|
||||||
virtual const char* what() const noexcept {
|
virtual const char* what() const noexcept override {
|
||||||
return "Unable to read file";
|
return "Unable to read file";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user