- Modified ::findOperator to use collect.
This commit is contained in:
Paul Beckingham 2014-08-17 12:40:14 -04:00
parent a13c816919
commit ca3b5c9a4d
2 changed files with 18 additions and 14 deletions

View file

@ -77,7 +77,7 @@ private:
void findTag ();
void findAttribute ();
void findAttributeModifier ();
void findOperator (Tree*);
void findOperator ();
void findFilter ();
void findModifications ();
void findStrayModifications ();