summaryrefslogtreecommitdiff
path: root/hscript/key.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/key.cc')
-rw-r--r--hscript/key.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/hscript/key.cc b/hscript/key.cc
index b5bbe31..bc71517 100644
--- a/hscript/key.cc
+++ b/hscript/key.cc
@@ -36,3 +36,8 @@ bool Horizon::Keys::BooleanKey::validate() const {
/* Key will fail init if it is not valid, so this is always a no-op. */
return true;
}
+
+bool Horizon::Keys::StringKey::validate() const {
+ /* Key will fail init if it is not valid, so this is always a no-op. */
+ return true;
+}