1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Fixed broken RTree iterator code

This commit is contained in:
Martin Tůma 2019-04-02 00:40:39 +02:00
parent 62eb5a09ae
commit c364121288

View File

@ -215,6 +215,8 @@ public:
StackElement m_stack[MAX_STACK];
// Top Of Stack index
int m_tos;
friend class RTree;
};
// Get 'first' for iteration