diff --git a/include/mapnik/feature_style_processor.hpp b/include/mapnik/feature_style_processor.hpp index a33506f6e..0398cd7a5 100644 --- a/include/mapnik/feature_style_processor.hpp +++ b/include/mapnik/feature_style_processor.hpp @@ -62,7 +62,6 @@ public: * \brief apply renderer to a single layer, providing pre-populated set of query attribute names. */ void apply(mapnik::layer const& lyr, std::set& names); -private: /*! * \brief render a layer given a projection and scale. */ @@ -72,6 +71,7 @@ private: double scale_denom, std::set& names); +private: /*! * \brief renders a featureset with the given styles. */