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