1
0
Fork 0

Add virtual destructor for TRI_doc_mptr_t.

This commit is contained in:
Max Neunhoeffer 2014-07-28 09:40:31 +02:00
parent 1be0fa6ee2
commit bfe568f48a
1 changed files with 3 additions and 0 deletions

View File

@ -128,6 +128,9 @@ struct TRI_doc_mptr_t {
_dataptr(nullptr) {
}
virtual ~TRI_doc_mptr_t () {
}
void clear () {
_rid = 0;
_fid = 0;