mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 03:29:16 +02:00
RTrees can not be copyied!
This commit is contained in:
@ -80,6 +80,7 @@ public:
|
||||
public:
|
||||
|
||||
RTree();
|
||||
RTree(const RTree &) = delete;
|
||||
virtual ~RTree();
|
||||
|
||||
/// Insert entry
|
||||
|
Reference in New Issue
Block a user