summaryrefslogtreecommitdiff
path: root/hscript/key.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/key.cc')
-rw-r--r--hscript/key.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/hscript/key.cc b/hscript/key.cc
index 6077e65..80ebfc6 100644
--- a/hscript/key.cc
+++ b/hscript/key.cc
@@ -35,12 +35,12 @@ bool Horizon::Keys::BooleanKey::parse(const std::string what,
return true;
}
-bool Horizon::Keys::BooleanKey::validate() const {
+bool Horizon::Keys::BooleanKey::validate(ScriptOptions) 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 {
+bool Horizon::Keys::StringKey::validate(ScriptOptions) const {
/* Key will fail init if it is not valid, so this is always a no-op. */
return true;
}