diff options
author | Pixel <Pixel> | 2001-12-08 13:57:52 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-12-08 13:57:52 +0000 |
commit | a83a43e57be59ed407d98f465d02953af5ae0160 (patch) | |
tree | 91aa1ea4a24e5b85ef26686828054e858cec21aa /lib/Confirm.cc | |
parent | c54dfe9b844f6c5d8969669f5144e721e2af82b0 (diff) |
*hum* some changes...
Diffstat (limited to 'lib/Confirm.cc')
-rw-r--r-- | lib/Confirm.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Confirm.cc b/lib/Confirm.cc index 7d72ee0..1176db1 100644 --- a/lib/Confirm.cc +++ b/lib/Confirm.cc @@ -7,7 +7,7 @@ Confirm::Confirm(const String & t, const String & m, const String & U, Action * y, Action * n) : Action(U), tit(t), msg(m), NYes(y), NNo(n) { } -Task * Confirm::Do(Variables * v, Handle * h) { +Task * Confirm::Do(Variables * v, Variables *, Handle * h) { Handle * b = new Buffer; Task * t = new CopyJob(b, h, -1, true); SendHead(b); |