mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
LibGfx: Use * a b s t r a c t i o n * in PNGChunk::store_type()
This commit is contained in:
parent
1a03f45a73
commit
fd57ba1d90
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ PNGChunk::PNGChunk(DeprecatedString type)
|
|||
|
||||
ErrorOr<void> PNGChunk::store_type()
|
||||
{
|
||||
TRY(m_data.try_append(type().bytes()));
|
||||
TRY(add(type().bytes()));
|
||||
return {};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue