summaryrefslogtreecommitdiff
path: root/include/Confirm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Confirm.h')
-rw-r--r--include/Confirm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Confirm.h b/include/Confirm.h
index be0b659..da0365d 100644
--- a/include/Confirm.h
+++ b/include/Confirm.h
@@ -11,7 +11,7 @@ class Confirm : public Action {
Confirm(const String & titre, const String & msg, const String & url, Action * yes, Action * no = 0);
virtual ~Confirm() { }
virtual String GetTitle();
- virtual Task * Do(Variables *, Handle *);
+ virtual Task * Do(Variables *, Variables *, Handle *);
private:
String tit, msg;