mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
LibGUI: Remove use of copy_ref().
This commit is contained in:
parent
b0372883ff
commit
992272761c
Notes:
sideshowbarker
2024-07-19 13:19:49 +09:00
Author: https://github.com/awesomekling
Commit: 992272761c
3 changed files with 4 additions and 3 deletions
|
@ -11,7 +11,7 @@ GIcon::GIcon(const GIconImpl& impl)
|
|||
}
|
||||
|
||||
GIcon::GIcon(const GIcon& other)
|
||||
: m_impl(other.m_impl.copy_ref())
|
||||
: m_impl(other.m_impl)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue