mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fix for 'using static' namespace search inside namespace declarations
This commit is contained in:
parent
723f17f139
commit
f0bafae177
8 changed files with 53 additions and 11 deletions
|
@ -149,7 +149,8 @@ public:
|
|||
bool mSkipCurrentNodeAssert;
|
||||
BfVisitorPos mVisitorPos;
|
||||
int mDocumentCheckIdx;
|
||||
SizedArray<BfAstNode*, 4> mExteriorNodes;
|
||||
SizedArray<BfNamespaceDeclaration*, 4> mCurNamespaceStack;
|
||||
SizedArray<BfExteriorNode, 4> mExteriorNodes;
|
||||
|
||||
int mAssertCurrentNodeIdx;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue