From f5acdb3efd74646c6911fca78a32561c06a187ea Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Tue, 4 Jun 2024 12:11:28 +0100 Subject: [PATCH] Update comment. --- include/mapnik/map.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/map.hpp b/include/mapnik/map.hpp index 01881c3dd..20123360b 100644 --- a/include/mapnik/map.hpp +++ b/include/mapnik/map.hpp @@ -312,7 +312,7 @@ class MAPNIK_DECL Map : boost::equality_comparable 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 const& background() const;