From 2ab7bff3f8ec5ab43bd142b47e3bfa29df72b746 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 18 Feb 2025 23:11:13 +0100 Subject: [PATCH] Cosmetics --- src/map/IMG/rgnfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/IMG/rgnfile.cpp b/src/map/IMG/rgnfile.cpp index a2668ff1..495ed69f 100644 --- a/src/map/IMG/rgnfile.cpp +++ b/src/map/IMG/rgnfile.cpp @@ -13,7 +13,7 @@ using namespace Garmin; using namespace IMG; #define MASK(bits) ((1U << (bits)) - 1U) -#define COLOR(color) ((Light::Color)(color)) +#define COLOR(color) static_cast(color) static quint64 pointId(const QPoint &pos, quint32 type, const QString &label) {