Skip to content

Commit 1518619

Browse files
committed
Fix compile
1 parent 04d6b33 commit 1518619

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/cpp/flann/algorithms/kdtree_cuda_3d_index.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,17 @@ class KDTreeCuda3dIndex : public NNIndex<Distance>
273273
{
274274
}
275275

276+
protected:
277+
void buildIndexImpl()
278+
{
279+
/* nothing to do here */
280+
}
281+
282+
void freeIndex()
283+
{
284+
/* nothing to do here */
285+
}
286+
276287
private:
277288

278289
void uploadTreeToGpu( );

0 commit comments

Comments
 (0)