mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +02:00
Fix error in Mac build uncovered by the previous
This commit is contained in:
parent
a2192b3734
commit
a5d718f79a
@ -194,6 +194,7 @@ class PROFILE_DLL_API BlockFile /* not final, abstract */ {
|
||||
ReadLock &operator= (const ReadLock &that)
|
||||
{
|
||||
*((ReadLockBase*)this) = that;
|
||||
return *this;
|
||||
}
|
||||
#endif
|
||||
ReadLock(ReadLock&&that) : ReadLockBase{ std::move(that) } {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user