- Implemented column sizing algorithm.
This commit is contained in:
Paul Beckingham 2011-04-27 01:50:32 -04:00
parent 29649bdf07
commit 9f672d0b06
7 changed files with 94 additions and 16 deletions

View file

@ -39,7 +39,7 @@ public:
~ColumnProject ();
void measure (Task&, int&, int&);
void render (std::vector <std::string>&, Task*, int);
void render (std::vector <std::string>&, Task&, int);
private:
};