- Converted history reports to use ViewText.
- Fixed unit test.
This commit is contained in:
Paul Beckingham 2011-05-11 00:20:35 -04:00
parent fcb711d673
commit ec7d9ed765
5 changed files with 103 additions and 144 deletions

View file

@ -51,12 +51,6 @@ ViewText::ViewText ()
{
}
////////////////////////////////////////////////////////////////////////////////
void ViewText::add (const std::string& label)
{
_columns.push_back (Column::factory ("string", label));
}
////////////////////////////////////////////////////////////////////////////////
int ViewText::addRow ()
{