summaryrefslogtreecommitdiff
path: root/include/Action.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Action.h')
-rw-r--r--include/Action.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Action.h b/include/Action.h
index 99ad7ea..d11162f 100644
--- a/include/Action.h
+++ b/include/Action.h
@@ -12,7 +12,7 @@ class Action : public Base {
Action(const String & = "");
virtual ~Action();
Action * Look4URL(const String &);
- virtual Task * Do(Variables *, Handle *) = 0;
+ virtual Task * Do(Variables *, Variables *, Handle *) = 0;
virtual void SendHead(Handle *);
virtual void SendFoot(Handle *);
virtual void ShowButton(Handle *, const String & = " Ok ", const String & = "start");