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:
parent
c826bac949
commit
200f95bede
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ void BfNamespaceVisitor::Visit(BfUsingStaticDirective* usingDirective)
|
|||
else
|
||||
break;
|
||||
}
|
||||
|
||||
if (useNode == NULL)
|
||||
return;
|
||||
|
||||
String usingString = useNode->ToString();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue