mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
Fix internal spatialindex build
This commit is contained in:
parent
bd0ebbfe7d
commit
bc9689d09f
@ -40,7 +40,7 @@ private:
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
LeafQuery();
|
LeafQuery();
|
||||||
~LeafQuery() { }
|
~LeafQuery();
|
||||||
void getNextEntry( const SpatialIndex::IEntry& entry,
|
void getNextEntry( const SpatialIndex::IEntry& entry,
|
||||||
SpatialIndex::id_type& nextEntry,
|
SpatialIndex::id_type& nextEntry,
|
||||||
bool& hasNext);
|
bool& hasNext);
|
||||||
|
2
external/spatialindex/src/capi/LeafQuery.cc
vendored
2
external/spatialindex/src/capi/LeafQuery.cc
vendored
@ -33,6 +33,8 @@ LeafQuery::LeafQuery()
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LeafQuery::~LeafQuery() = default;
|
||||||
|
|
||||||
LeafQueryResult get_results(const SpatialIndex::INode* n)
|
LeafQueryResult get_results(const SpatialIndex::INode* n)
|
||||||
{
|
{
|
||||||
LeafQueryResult result (n->getIdentifier());
|
LeafQueryResult result (n->getIdentifier());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user