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 efd0606..d327f23 100644
--- a/include/Confirm.h
+++ b/include/Confirm.h
@@ -21,7 +21,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 void Do(Variables *, Handle *);
+ virtual Task * Do(Variables *, Handle *);
private:
String tit, msg;
Action * NYes, * NNo;