Update comment.

This commit is contained in:
Artem Pavlenko 2024-06-04 12:11:28 +01:00
parent c87b245f71
commit f5acdb3efd

View file

@ -312,7 +312,7 @@ class MAPNIK_DECL Map : boost::equality_comparable<Map>
void set_background(color const& c);
/*! \brief Get the map background color
* @return Background color as boost::optional
* @return Background color as std::optional
* object
*/
std::optional<color> const& background() const;