fix typo
This commit is contained in:
parent
feb4d0cb8e
commit
55131af834
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class occi_datasource : public mapnik::datasource
|
||||||
mapnik::featureset_ptr features_at_point(mapnik::coord2d const& pt) const;
|
mapnik::featureset_ptr features_at_point(mapnik::coord2d const& pt) const;
|
||||||
mapnik::box2d<double> envelope() const;
|
mapnik::box2d<double> envelope() const;
|
||||||
mapnik::layer_descriptor get_descriptor() const;
|
mapnik::layer_descriptor get_descriptor() const;
|
||||||
void bind() bind;
|
void bind() const;
|
||||||
private:
|
private:
|
||||||
const std::string uri_;
|
const std::string uri_;
|
||||||
const std::string username_;
|
const std::string username_;
|
||||||
|
|
Loading…
Reference in a new issue