mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 20:05:07 +00:00
LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*
This commit is contained in:
parent
0a94661c14
commit
ae9fe60412
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ Label::~Label()
|
|||
{
|
||||
}
|
||||
|
||||
void Label::set_icon(Gfx::Bitmap* icon)
|
||||
void Label::set_icon(const Gfx::Bitmap* icon)
|
||||
{
|
||||
if (m_icon == icon)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue