corrected docs

This commit is contained in:
Artem Pavlenko 2007-08-13 09:59:52 +00:00
parent 7411a5d2f7
commit 0f07bbd945

View file

@ -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();