mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
File-scoped namespaces
This commit is contained in:
parent
2d808ec649
commit
f3f2f4c6ec
8 changed files with 76 additions and 18 deletions
|
@ -9548,7 +9548,7 @@ BF_EXPORT const char* BF_CALLTYPE BfCompiler_GetCollapseRegions(BfCompiler* bfCo
|
|||
|
||||
virtual void Visit(BfNamespaceDeclaration* namespaceDeclaration) override
|
||||
{
|
||||
Add(namespaceDeclaration->mNamespaceNode, namespaceDeclaration->mBlock, 'N');
|
||||
Add(namespaceDeclaration->mNamespaceNode, namespaceDeclaration->mBody, 'N');
|
||||
|
||||
BfElementVisitor::Visit(namespaceDeclaration);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue