mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:07:46 +00:00
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
This commit is contained in:
parent
77b9fa89dd
commit
90b1354688
188 changed files with 562 additions and 562 deletions
|
@ -36,7 +36,7 @@ void WSClipboard::clear()
|
|||
m_contents_size = 0;
|
||||
}
|
||||
|
||||
void WSClipboard::set_data(Retained<SharedBuffer>&& data, int contents_size)
|
||||
void WSClipboard::set_data(NonnullRefPtr<SharedBuffer>&& data, int contents_size)
|
||||
{
|
||||
dbgprintf("WSClipboard::set_data <- %p (%u bytes)\n", data->data(), contents_size);
|
||||
m_shared_buffer = move(data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue