- Implemented ::unsweetenPatterns.
This commit is contained in:
Paul Beckingham 2014-10-16 00:53:59 -04:00
parent 932865d3b5
commit 8d359ddd70
2 changed files with 40 additions and 1 deletions

View file

@ -79,6 +79,7 @@ private:
void unsweetenTags ();
void unsweetenAttributes ();
void unsweetenAttributeModifiers ();
void unsweetenPatterns ();
void dump (const std::string&) const;
public: