1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +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

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