summaryrefslogtreecommitdiff
path: root/libadhocutil/nvpParse.ll
diff options
context:
space:
mode:
Diffstat (limited to 'libadhocutil/nvpParse.ll')
-rw-r--r--libadhocutil/nvpParse.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/libadhocutil/nvpParse.ll b/libadhocutil/nvpParse.ll
index 7e4d0dc..1e6a528 100644
--- a/libadhocutil/nvpParse.ll
+++ b/libadhocutil/nvpParse.ll
@@ -62,6 +62,8 @@ NvpParse::NvpParse(std::istream & in, const AssignMap & v) :
{
}
+NvpParse::~NvpParse() = default;
+
void
NvpParse::process(const std::string & value) const
{