Update comment.
This commit is contained in:
parent
c87b245f71
commit
f5acdb3efd
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ class MAPNIK_DECL Map : boost::equality_comparable<Map>
|
||||||
void set_background(color const& c);
|
void set_background(color const& c);
|
||||||
|
|
||||||
/*! \brief Get the map background color
|
/*! \brief Get the map background color
|
||||||
* @return Background color as boost::optional
|
* @return Background color as std::optional
|
||||||
* object
|
* object
|
||||||
*/
|
*/
|
||||||
std::optional<color> const& background() const;
|
std::optional<color> const& background() const;
|
||||||
|
|
Loading…
Reference in a new issue