Revert "Column: Removed obsolete method"

This reverts commit 07027abf99.
This commit is contained in:
Paul Beckingham
2016-01-10 00:07:31 -05:00
parent fb13483cec
commit 08233c438a
2 changed files with 6 additions and 0 deletions

View File

@@ -213,6 +213,11 @@ Column::Column ()
{
}
////////////////////////////////////////////////////////////////////////////////
Column::~Column ()
{
}
////////////////////////////////////////////////////////////////////////////////
void Column::renderHeader (
std::vector <std::string>& lines,