1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Fixed renaming of namespaces

This commit is contained in:
Brian Fiete 2020-09-11 14:01:40 -07:00
parent d205ef68a3
commit 569d121c14
3 changed files with 14 additions and 4 deletions

View file

@ -3275,7 +3275,7 @@ void BfAutoComplete::FixitAddNamespace(BfAstNode* refNode, const StringImpl& nam
usingFinder.mLastIdx, namespaceStr.c_str()).c_str()));
}
void BfAutoComplete::FixitCheckNamespace(BfTypeDef* activeTypeDef, BfTypeReference* typeRef, BfTokenNode* nextDotToken)
void BfAutoComplete::FixitCheckNamespace(BfTypeDef* activeTypeDef, BfAstNode* typeRef, BfTokenNode* nextDotToken)
{
if (nextDotToken == NULL)
return;