Columns: Consistency

This commit is contained in:
Paul Beckingham
2017-01-07 10:46:40 -05:00
parent 8c0bfb030a
commit f8578ecc28
9 changed files with 3 additions and 12 deletions

View File

@@ -145,7 +145,7 @@ void Column::factory (std::map <std::string, Column*>& all)
////////////////////////////////////////////////////////////////////////////////
void Column::uda (std::map <std::string, Column*>& all)
{
// For each UDA, instantiate and initialize ColumnUDA().
// For each UDA, instantiate and initialize ColumnUDA.
std::set <std::string> udas;
for (const auto& i : context.config)