This commit is contained in:
Dane Springmeyer 2010-11-05 17:02:21 +00:00
parent feb4d0cb8e
commit 55131af834

View file

@ -47,7 +47,7 @@ class occi_datasource : public mapnik::datasource
mapnik::featureset_ptr features_at_point(mapnik::coord2d const& pt) const;
mapnik::box2d<double> envelope() const;
mapnik::layer_descriptor get_descriptor() const;
void bind() bind;
void bind() const;
private:
const std::string uri_;
const std::string username_;