Make the linter happy (for real)
This commit is contained in:
parent
e60fa2c388
commit
c48f37cb68
@ -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 override {
|
const char* what() const noexcept override {
|
||||||
return "Unable to read file";
|
return "Unable to read file";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user