fix typo - uncomment column_collector
This commit is contained in:
parent
e5c316ae0b
commit
8c7be886bd
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ inline void group_attribute_collector::operator() (group_symbolizer const& sym)
|
|||
{
|
||||
// note that this recurses down on to the symbolizer
|
||||
// internals too, so we get all free variables.
|
||||
// FIXME column_collector(*rule);
|
||||
column_collector(*rule);
|
||||
// still need to collect repeat key columns
|
||||
if (rule->get_repeat_key())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue