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:
parent
c826bac949
commit
200f95bede
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue