helloworld.input - comment fix

This commit is contained in:
Dane Springmeyer 2011-04-13 18:13:07 +00:00
parent 8fa2c6b4da
commit b020783087

View file

@ -35,7 +35,7 @@ class hello_datasource : public mapnik::datasource
// mandatory: return the layer descriptor
mapnik::layer_descriptor get_descriptor() const;
// mandatory: whether to bind the datasource or delay
// mandatory: will bind the datasource given params
void bind() const;
private: