summaryrefslogtreecommitdiff
path: root/hscript/network.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/network.hh')
-rw-r--r--hscript/network.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/network.hh b/hscript/network.hh
index 52e41f9..f24dd0f 100644
--- a/hscript/network.hh
+++ b/hscript/network.hh
@@ -25,7 +25,7 @@ private:
public:
static Key *parseFromData(const std::string data, int lineno, int *errors,
int *warnings);
- bool execute() const override;
+ bool execute(ScriptOptions) const override;
};
class NetAddress : public Key {