mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Added 'decltype' to AddTopLevelTypes
This commit is contained in:
parent
89c8a56400
commit
2576ae6bae
1 changed files with 1 additions and 0 deletions
|
@ -1369,6 +1369,7 @@ void BfAutoComplete::AddTopLevelTypes(BfAstNode* identifierNode, bool onlyAttrib
|
|||
|
||||
AddEntry(AutoCompleteEntry("token", "function"), filter);
|
||||
AddEntry(AutoCompleteEntry("token", "delegate"), filter);
|
||||
AddEntry(AutoCompleteEntry("token", "decltype"), filter);
|
||||
|
||||
if (mModule->mCurTypeInstance != NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue