+ format/correct doc string

This commit is contained in:
Artem Pavlenko 2012-04-03 13:08:10 +01:00
parent 1bc2af9104
commit 2e7ed0f589

View file

@ -83,7 +83,7 @@ public:
/*!
* @return the styles list attached to this layer
* (const version).
* (non-const version).
*/
std::vector<std::string>& styles();
@ -202,7 +202,7 @@ private:
bool clear_label_cache_;
bool cache_features_;
std::string group_by_;
std::vector<std::string> styles_;
std::vector<std::string> styles_;
datasource_ptr ds_;
};
}