aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resp.hpp')
-rw-r--r--src/resp.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resp.hpp b/src/resp.hpp
index 1432b0f..5d3a93c 100644
--- a/src/resp.hpp
+++ b/src/resp.hpp
@@ -657,9 +657,9 @@ struct Engine {
virtual CFunc startFunction(
CEnv& cenv,
const std::string& name,
+ const ATuple* args,
const AType* retT,
- const ATuple& argsT,
- const vector<string> argNames=vector<string>()) = 0;
+ const ATuple& argsT) = 0;
typedef const vector<CVal> ValVec;