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_; }; }