summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
Diffstat (limited to 'document')
-rw-r--r--document/src/tests/documentselectparsertest.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/document/src/tests/documentselectparsertest.cpp b/document/src/tests/documentselectparsertest.cpp
index 59f4ce69b33..9ac402f56ef 100644
--- a/document/src/tests/documentselectparsertest.cpp
+++ b/document/src/tests/documentselectparsertest.cpp
@@ -34,6 +34,8 @@ protected:
std::vector<Document::SP > _doc;
std::vector<DocumentUpdate::SP > _update;
+ ~DocumentSelectParserTest();
+
Document::SP createDoc(
const std::string& doctype, const std::string& id, uint32_t hint,
double hfloat, const std::string& hstr, const std::string& cstr,
@@ -65,6 +67,7 @@ protected:
void testDocumentUpdates4();
};
+DocumentSelectParserTest::~DocumentSelectParserTest() = default;
namespace {
std::shared_ptr<const DocumentTypeRepo> _repo;