summaryrefslogtreecommitdiff
path: root/hscript/network.cc
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/network.cc')
-rw-r--r--hscript/network.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/hscript/network.cc b/hscript/network.cc
index c494485..1c8edd1 100644
--- a/hscript/network.cc
+++ b/hscript/network.cc
@@ -25,6 +25,6 @@ Key *Network::parseFromData(const std::string data, int lineno, int *errors,
return new Network(lineno, value);
}
-bool Network::execute() const {
+bool Network::execute(ScriptOptions) const {
return false;
}