ports/textproc/randlm/files/patch-TableChunkLocator.h
Dimitry Andric e44ddcc2e7 Fix build of textproc/randlm with recent versions of clang.
Approved by:	portmgr blanket
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
PR:		216056
MFH:		2017Q4
2017-12-21 21:17:31 +00:00

11 lines
333 B
C

--- src/LDHT/TableChunkLocator.h.orig 2017-03-07 01:06:04 UTC
+++ src/LDHT/TableChunkLocator.h
@@ -21,7 +21,7 @@ public:
int num_cells,
int num_chunks) = 0;
virtual int locateTableChunkForKey(uint64_t key) = 0;
-
+ virtual ~TableChunkLocator(){};
};
} // namespace LDHT.