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:
parent
62eb5a09ae
commit
c364121288
@ -215,6 +215,8 @@ public:
|
|||||||
StackElement m_stack[MAX_STACK];
|
StackElement m_stack[MAX_STACK];
|
||||||
// Top Of Stack index
|
// Top Of Stack index
|
||||||
int m_tos;
|
int m_tos;
|
||||||
|
|
||||||
|
friend class RTree;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Get 'first' for iteration
|
// Get 'first' for iteration
|
||||||
|
Loading…
Reference in New Issue
Block a user