ColRecur: Added ::modify

This commit is contained in:
Paul Beckingham
2016-01-31 19:27:54 -05:00
parent f0b9ceb17b
commit fec65a0f24
2 changed files with 39 additions and 0 deletions

View File

@@ -38,6 +38,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:
};