Parser
- Modified ::findAttributeModifier to use collect.
This commit is contained in:
@@ -76,7 +76,7 @@ private:
|
||||
void findSubstitution ();
|
||||
void findTag ();
|
||||
void findAttribute ();
|
||||
void findAttributeModifier (Tree*);
|
||||
void findAttributeModifier ();
|
||||
void findOperator (Tree*);
|
||||
void findFilter ();
|
||||
void findModifications ();
|
||||
|
||||
Reference in New Issue
Block a user