summaryrefslogtreecommitdiff
path: root/hscript/key.cc
diff options
context:
space:
mode:
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) {