mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +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;
|
||||
|
||||
friend class VectorTile;
|
||||
friend class PolyCTX;
|
||||
friend struct PolyCTX;
|
||||
};
|
||||
|
||||
#ifndef QT_NO_DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user