mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user