mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
PixelPaint: Remove try_
prefix from fallible IconBag methods
This commit is contained in:
parent
8a884b2581
commit
86f28ceace
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <Applications/PixelPaint/IconBag.h>
|
||||
|
||||
namespace PixelPaint {
|
||||
ErrorOr<IconBag> IconBag::try_create()
|
||||
ErrorOr<IconBag> IconBag::create()
|
||||
{
|
||||
IconBag icon_bag;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue