From 9cbd4ad93202ef6c060d8fc4f57e99f6e3a26ecf Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Mon, 5 Mar 2012 14:21:57 +0000 Subject: [PATCH] + make init(parameters const&) private --- plugins/input/postgis/postgis_datasource.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/input/postgis/postgis_datasource.hpp b/plugins/input/postgis/postgis_datasource.hpp index a168ad4e5..2d76093c9 100644 --- a/plugins/input/postgis/postgis_datasource.hpp +++ b/plugins/input/postgis/postgis_datasource.hpp @@ -89,8 +89,8 @@ public: mapnik::box2d envelope() const; boost::optional get_geometry_type() const; layer_descriptor get_descriptor() const; - void init(parameters const& params); private: + void init(parameters const& params); std::string sql_bbox(box2d const& env) const; std::string populate_tokens(const std::string& sql, double scale_denom, box2d const& env) const; std::string populate_tokens(const std::string& sql) const;