mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
No issue - Various updates for Mac buildability with XCode 16.3
This commit is contained in:
parent
1283a5f874
commit
59977aa358
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ class ExclusiveData
|
|||
}
|
||||
|
||||
ExclusiveData(ExclusiveData&& rhs) :
|
||||
lock_(mozilla::Move(rhs.lock))
|
||||
lock_(mozilla::Move(rhs.lock()))
|
||||
{
|
||||
MOZ_ASSERT(&rhs != this, "self-move disallowed!");
|
||||
new (value_.addr()) T(mozilla::Move(*rhs.value_.addr()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue