ColProject: Special ::modify handling for 'project'

This commit is contained in:
Paul Beckingham 2016-02-01 23:38:32 -05:00
parent 7ae5e4657d
commit 575433542f
2 changed files with 36 additions and 0 deletions

View file

@ -35,6 +35,7 @@ public:
ColumnProject ();
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;