From 7e75c2a7519e3d1c9c0d01286e45722206dad58c Mon Sep 17 00:00:00 2001 From: David Martinez <47610359+dvdmrtnz@users.noreply.github.com> Date: Sat, 13 Jan 2024 12:51:38 +0100 Subject: [PATCH] =?UTF-8?q?[core]=20Add=20kToiletsSymbol=20=3D=20?= =?UTF-8?q?=F0=9F=9A=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Martinez <47610359+dvdmrtnz@users.noreply.github.com> --- indexer/map_object.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indexer/map_object.hpp b/indexer/map_object.hpp index 6cdaa6d226..fac65d2741 100644 --- a/indexer/map_object.hpp +++ b/indexer/map_object.hpp @@ -35,6 +35,7 @@ class MapObject public: static constexpr std::string_view kFieldsSeparator = " • "; static constexpr std::string_view kStarSymbol = "★"; + static constexpr std::string_view kToiletsSymbol = "🚻"; static constexpr uint8_t kMaxStarsCount = 7; void SetFromFeatureType(FeatureType & ft);