mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
+ format/correct doc string
This commit is contained in:
parent
1bc2af9104
commit
2e7ed0f589
@ -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_;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user