From b50330c40e9765407eb3acd7c4b6db8996b1eb0f Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 11 Feb 2013 17:27:06 -0800 Subject: [PATCH] make apply_to_layer public --- include/mapnik/feature_style_processor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */