mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #2488 - Follow-up: Ensure container is initialized for cloned declaration blocks
This commit is contained in:
parent
3c2c7ce1e2
commit
c91730dc7b
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ Declaration::Declaration(const Declaration& aCopy)
|
|||
nullptr),
|
||||
mImmutable(false)
|
||||
{
|
||||
mContainer.mRaw = 0;
|
||||
}
|
||||
|
||||
Declaration::~Declaration()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue