summaryrefslogtreecommitdiff
path: root/hscript/script.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/script.hh')
-rw-r--r--hscript/script.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/script.hh b/hscript/script.hh
index 8c0f619..5b8af95 100644
--- a/hscript/script.hh
+++ b/hscript/script.hh
@@ -61,7 +61,7 @@ public:
static const Script *load(std::istream &stream, ScriptOptions options = 0);
/*! Determines if the HorizonScript is valid. */
- bool validate();
+ bool validate() const;
private:
struct ScriptPrivate;