corrected docs
This commit is contained in:
parent
7411a5d2f7
commit
0f07bbd945
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue