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

Fixed using static issue

This commit is contained in:
Brian Fiete 2020-07-05 09:37:27 -07:00
parent c826bac949
commit 200f95bede

View file

@ -39,6 +39,9 @@ void BfNamespaceVisitor::Visit(BfUsingStaticDirective* usingDirective)
else
break;
}
if (useNode == NULL)
return;
String usingString = useNode->ToString();