diff options
Diffstat (limited to 'textproc/randlm/files/patch-TableChunkLocator.h')
-rw-r--r-- | textproc/randlm/files/patch-TableChunkLocator.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/randlm/files/patch-TableChunkLocator.h b/textproc/randlm/files/patch-TableChunkLocator.h new file mode 100644 index 000000000000..a7c55fa8fd22 --- /dev/null +++ b/textproc/randlm/files/patch-TableChunkLocator.h @@ -0,0 +1,11 @@ +--- 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. |