fix typo - uncomment column_collector

This commit is contained in:
artemp 2014-08-12 10:47:29 +01:00
parent e5c316ae0b
commit 8c7be886bd

View file

@ -262,7 +262,7 @@ inline void group_attribute_collector::operator() (group_symbolizer const& sym)
{ {
// note that this recurses down on to the symbolizer // note that this recurses down on to the symbolizer
// internals too, so we get all free variables. // internals too, so we get all free variables.
// FIXME column_collector(*rule); column_collector(*rule);
// still need to collect repeat key columns // still need to collect repeat key columns
if (rule->get_repeat_key()) if (rule->get_repeat_key())
{ {