From 2e7ed0f589e6fe32084bba802ae367aa64cee772 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 3 Apr 2012 13:08:10 +0100 Subject: [PATCH] + format/correct doc string --- include/mapnik/layer.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mapnik/layer.hpp b/include/mapnik/layer.hpp index 2672d4da6..ab0eb4a8e 100644 --- a/include/mapnik/layer.hpp +++ b/include/mapnik/layer.hpp @@ -83,7 +83,7 @@ public: /*! * @return the styles list attached to this layer - * (const version). + * (non-const version). */ std::vector& styles(); @@ -202,7 +202,7 @@ private: bool clear_label_cache_; bool cache_features_; std::string group_by_; - std::vector styles_; + std::vector styles_; datasource_ptr ds_; }; }