View
- Implemented column sizing algorithm.
This commit is contained in:
@@ -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:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user