mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-30 22:51:16 +01:00
Use the propper type in friend declaration
This commit is contained in:
parent
fa03ecd419
commit
ed9ebfffac
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user