Columns: Consistency

This commit is contained in:
Paul Beckingham
2017-01-07 10:46:40 -05:00
parent b0a4a409a6
commit e871976bb9
11 changed files with 3 additions and 14 deletions

View File

@@ -154,7 +154,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)