mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
corrected docs
This commit is contained in:
parent
7411a5d2f7
commit
0f07bbd945
@ -76,12 +76,12 @@ namespace mapnik
|
||||
*/
|
||||
Map& operator=(const Map& rhs);
|
||||
|
||||
/*! \brief Get all style names
|
||||
/*! \brief Get all styles
|
||||
* @return Const reference to styles
|
||||
*/
|
||||
std::map<std::string,feature_type_style> const& styles() const;
|
||||
|
||||
/*! \brief Get all style names
|
||||
/*! \brief Get all styles
|
||||
* @return Non-constant reference to styles
|
||||
*/
|
||||
std::map<std::string,feature_type_style> & styles();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user