mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:07:45 +00:00
LibGfx: Return ErrorOr<> in ICOLoader internal functions
This commit is contained in:
parent
3f932081ae
commit
492d5d7cb2
2 changed files with 41 additions and 55 deletions
|
@ -31,7 +31,7 @@ public:
|
|||
|
||||
private:
|
||||
ICOImageDecoderPlugin(u8 const*, size_t);
|
||||
static bool load_ico_bitmap(ICOLoadingContext& context, Optional<size_t> index);
|
||||
static ErrorOr<void> load_ico_bitmap(ICOLoadingContext& context, Optional<size_t> index);
|
||||
|
||||
OwnPtr<ICOLoadingContext> m_context;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue