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
|
@ -352,8 +352,9 @@ class BfContext
|
|||
public:
|
||||
CritSect mCritSect;
|
||||
bool mDeleting;
|
||||
|
||||
|
||||
BfTypeState* mCurTypeState;
|
||||
BfSizedArray<BfNamespaceDeclaration*>* mCurNamespaceNodes;
|
||||
BfConstraintState* mCurConstraintState;
|
||||
bool mResolvingVarField;
|
||||
int mMappedObjectRevision;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue