mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +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
|
@ -66,7 +66,7 @@ public:
|
|||
|
||||
void set_file(NonnullOwnPtr<Core::Stream::File> file);
|
||||
NonnullOwnPtr<Core::Stream::File> const& file() const;
|
||||
void write_to_file();
|
||||
ErrorOr<void> write_to_file();
|
||||
ErrorOr<void> write_to_file(Core::Stream::File& file);
|
||||
Cell get(size_t position) override;
|
||||
u8 get_unchanged(size_t position) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue