Column: Implemented ::renderInteger

This commit is contained in:
Paul Beckingham
2015-10-31 15:16:51 -04:00
parent dc72a22887
commit b8ae54275e
2 changed files with 16 additions and 1 deletions

View File

@@ -65,6 +65,9 @@ public:
virtual void render (std::vector <std::string>&, Task&, int, Color&) {};
virtual std::string modify (std::string& input) { return input; };
protected:
void renderInteger (std::vector <std::string>&, int, Color&, int);
protected:
std::string _name;
std::string _type;