Task: Migrated part of ::modify to ColDepends

This commit is contained in:
Paul Beckingham
2016-01-31 17:04:45 -05:00
parent 974841883b
commit 25d4392edf
3 changed files with 30 additions and 23 deletions

View File

@@ -37,6 +37,7 @@ public:
void setStyle (const std::string&);
void measure (Task&, unsigned int&, unsigned int&);
void render (std::vector <std::string>&, Task&, int, Color&);
void modify (Task&, const std::string&);
private:
bool _hyphenate;