- Implemnted ::unsweetenAttMods.
This commit is contained in:
Paul Beckingham 2014-10-16 00:37:48 -04:00
parent 80b385ee93
commit 0603711aac
2 changed files with 173 additions and 1 deletions

View file

@ -78,6 +78,7 @@ private:
bool canonicalize (std::string&, const std::string&, const std::string&) const;
void unsweetenTags ();
void unsweetenAtts ();
void unsweetenAttMods ();
void dump (const std::string&) const;
public: