summaryrefslogtreecommitdiff
path: root/hscript/script.hh
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-06 18:30:37 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-06 18:30:37 -0500
commitd31982310965cb23c8abb51320742420a3d168b5 (patch)
treeed6e9c10c094737be3d38be89a9e2b24625f1e81 /hscript/script.hh
parenta8f34e5d4bf1dcd56a10790b12d23b8a7ab32b2e (diff)
downloadhorizon-d31982310965cb23c8abb51320742420a3d168b5.tar.gz
horizon-d31982310965cb23c8abb51320742420a3d168b5.tar.bz2
horizon-d31982310965cb23c8abb51320742420a3d168b5.tar.xz
horizon-d31982310965cb23c8abb51320742420a3d168b5.zip
hscript: Honour KeepGoing flag
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;