diff --git a/arangod/VocBase/document-collection.h b/arangod/VocBase/document-collection.h index 1360a04186..2ac674fbe4 100644 --- a/arangod/VocBase/document-collection.h +++ b/arangod/VocBase/document-collection.h @@ -128,6 +128,9 @@ struct TRI_doc_mptr_t { _dataptr(nullptr) { } + virtual ~TRI_doc_mptr_t () { + } + void clear () { _rid = 0; _fid = 0;