- Modified ::findAttributeModifier to use collect.
This commit is contained in:
Paul Beckingham 2014-08-17 12:33:30 -04:00
parent 56ab8e7920
commit a13c816919
2 changed files with 159 additions and 149 deletions

View file

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