summaryrefslogtreecommitdiff
path: root/hscript/user.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/user.hh')
-rw-r--r--hscript/user.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hscript/user.hh b/hscript/user.hh
index 9bb1bd7..5b3750c 100644
--- a/hscript/user.hh
+++ b/hscript/user.hh
@@ -25,8 +25,8 @@ private:
public:
static Key *parseFromData(const std::string data, int lineno, int *errors,
int *warnings);
- bool validate() const override;
- bool execute() const override;
+ bool validate(ScriptOptions) const override;
+ bool execute(ScriptOptions) const override;
};
class Username : public StringKey {