summaryrefslogtreecommitdiff
path: root/hscript/key.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/key.cc')
-rw-r--r--hscript/key.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/key.cc b/hscript/key.cc
index d51e7d2..b5bbe31 100644
--- a/hscript/key.cc
+++ b/hscript/key.cc
@@ -32,7 +32,7 @@ bool Horizon::Keys::BooleanKey::parse(const std::string what,
return true;
}
-bool Horizon::Keys::BooleanKey::validate() {
+bool Horizon::Keys::BooleanKey::validate() const {
/* Key will fail init if it is not valid, so this is always a no-op. */
return true;
}