From ed9ebfffac6c7c2202741cff25e4762b7178ff83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Wed, 11 Nov 2020 23:15:12 +0100 Subject: [PATCH] Use the propper type in friend declaration --- src/map/IMG/mapdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/IMG/mapdata.h b/src/map/IMG/mapdata.h index 2fe0303c..788dcfcd 100644 --- a/src/map/IMG/mapdata.h +++ b/src/map/IMG/mapdata.h @@ -91,7 +91,7 @@ private: QCache > _pointCache; friend class VectorTile; - friend class PolyCTX; + friend struct PolyCTX; }; #ifndef QT_NO_DEBUG