From 249c77d7b8fbaa4a0285149f11e1a92efc3519c2 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 22 Feb 2013 12:40:40 -0800 Subject: [PATCH] expose nonconst access to datasource parameters --- include/mapnik/datasource.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/mapnik/datasource.hpp b/include/mapnik/datasource.hpp index 009c3729a..f9a6e0d41 100644 --- a/include/mapnik/datasource.hpp +++ b/include/mapnik/datasource.hpp @@ -99,6 +99,11 @@ public: return params_; } + parameters & params() + { + return params_; + } + /*! * @brief Get the type of the datasource * @return The type of the datasource (Vector or Raster)