This commit is contained in:
Artem Pavlenko 2010-09-27 09:58:12 +00:00
parent 9d1f8f013b
commit 1557892862

View file

@ -87,11 +87,11 @@ public:
Feature const& feature, Feature const& feature,
proj_transform const& prj_trans); proj_transform const& prj_trans);
inline bool process(rule_type::symbolizers const& syms, inline bool process(rule_type::symbolizers const& syms,
Feature const& feature, Feature const& feature,
proj_transform const& prj_trans) proj_transform const& prj_trans)
{ {
// agg renderer doesn't support processing of multiple symbolizers. // agg renderer doesn't support processing of multiple symbolizers.
return false; return false;
}; };
private: private: