mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
HexEditor: Propagate errors when using "Save"
This commit is contained in:
parent
2bba743c24
commit
a2dca2b762
5 changed files with 13 additions and 13 deletions
|
@ -39,7 +39,7 @@ public:
|
|||
ErrorOr<void> fill_selection(u8 fill_byte);
|
||||
Optional<u8> get_byte(size_t position);
|
||||
ErrorOr<void> save_as(NonnullOwnPtr<Core::Stream::File>);
|
||||
bool save();
|
||||
ErrorOr<void> save();
|
||||
|
||||
bool undo();
|
||||
bool redo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue