- Stubbed new render method for generic string grids.
This commit is contained in:
Paul Beckingham 2011-05-08 17:13:55 -04:00
parent 590273d4e8
commit 0d9d01324e
2 changed files with 196 additions and 1 deletions

View file

@ -59,6 +59,7 @@ public:
// View rendering.
std::string render (std::vector <Task>&, std::vector <int>&);
std::string render (std::vector <std::vector <std::string> >&);
private:
std::vector <Column*> _columns;