summaryrefslogtreecommitdiff
path: root/include/Confirm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Confirm.h')
-rw-r--r--include/Confirm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Confirm.h b/include/Confirm.h
index d327f23..9e2cc7b 100644
--- a/include/Confirm.h
+++ b/include/Confirm.h
@@ -18,10 +18,11 @@
class Confirm : public Action {
public:
- Confirm(const String & titre, const String & msg, const String & url, Action * yes, Action * no = 0);
- virtual ~Confirm() { }
+ 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 *);
+
private:
String tit, msg;
Action * NYes, * NNo;