summaryrefslogtreecommitdiff
path: root/hscript/key.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-08 22:13:39 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-08 22:13:39 -0500
commit831f22fb241e6bbf6e03a61f76932a22a63e4564 (patch)
tree9415d3e3df55e974920c2e89b3ab8290b7acc445 /hscript/key.cc
parenta6c6d0a42920fb9332f810e949fdf5fe20262f22 (diff)
downloadhorizon-831f22fb241e6bbf6e03a61f76932a22a63e4564.tar.gz
horizon-831f22fb241e6bbf6e03a61f76932a22a63e4564.tar.bz2
horizon-831f22fb241e6bbf6e03a61f76932a22a63e4564.tar.xz
horizon-831f22fb241e6bbf6e03a61f76932a22a63e4564.zip
hscript: Ensure Key vtable isn't duped in every object
Diffstat (limited to 'hscript/key.cc')
-rw-r--r--hscript/key.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/hscript/key.cc b/hscript/key.cc
index bc71517..6077e65 100644
--- a/hscript/key.cc
+++ b/hscript/key.cc
@@ -14,6 +14,9 @@
#include "key.hh"
#include "util/output.hh"
+Horizon::Keys::Key::~Key() {
+}
+
bool Horizon::Keys::BooleanKey::parse(const std::string what,
const std::string where,
const std::string key, bool *out) {