mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-17 12:24:24 +02:00
Use the propper type in friend declaration
This commit is contained in:
@ -91,7 +91,7 @@ private:
|
|||||||
QCache<const SubDiv*, QList<Point> > _pointCache;
|
QCache<const SubDiv*, QList<Point> > _pointCache;
|
||||||
|
|
||||||
friend class VectorTile;
|
friend class VectorTile;
|
||||||
friend class PolyCTX;
|
friend struct PolyCTX;
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifndef QT_NO_DEBUG
|
#ifndef QT_NO_DEBUG
|
||||||
|
Reference in New Issue
Block a user