mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed duplicate 'public override' autocomplete overrides
This commit is contained in:
parent
cd2561b68e
commit
f63b9236d0
1 changed files with 1 additions and 0 deletions
|
@ -2543,6 +2543,7 @@ void BfAutoComplete::CheckProperty(BfPropertyDeclaration* propertyDeclaration)
|
|||
mInsertEndIdx = propertyDeclaration->mVirtualSpecifier->GetSrcEnd();
|
||||
}
|
||||
AddOverrides(filter);
|
||||
mInsertStartIdx = propertyDeclaration->mSrcStart;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue