1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

Use the propper type in friend declaration

This commit is contained in:
Martin Tůma 2020-11-11 23:15:12 +01:00
parent fa03ecd419
commit ed9ebfffac

View File

@ -91,7 +91,7 @@ private:
QCache<const SubDiv*, QList<Point> > _pointCache;
friend class VectorTile;
friend class PolyCTX;
friend struct PolyCTX;
};
#ifndef QT_NO_DEBUG