summaryrefslogtreecommitdiff
path: root/lib/Menu.cc
diff options
context:
space:
mode:
authorPixel <Pixel>2001-12-08 13:57:52 +0000
committerPixel <Pixel>2001-12-08 13:57:52 +0000
commita83a43e57be59ed407d98f465d02953af5ae0160 (patch)
tree91aa1ea4a24e5b85ef26686828054e858cec21aa /lib/Menu.cc
parentc54dfe9b844f6c5d8969669f5144e721e2af82b0 (diff)
*hum* some changes...
Diffstat (limited to 'lib/Menu.cc')
-rw-r--r--lib/Menu.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Menu.cc b/lib/Menu.cc
index f804cef..f730e5b 100644
--- a/lib/Menu.cc
+++ b/lib/Menu.cc
@@ -7,7 +7,7 @@
Menu::Menu(const String & t, const String & U, String * ts, Action ** as, int nb) :
Action(U), tit(t), lt(ts), la(as), nba(nb) { }
-Task * Menu::Do(Variables * v, Handle * h) {
+Task * Menu::Do(Variables * v, Variables *, Handle * h) {
int i, f = 0;
Handle * b = new Buffer();
Task * t = new CopyJob(b, h, -1, true);