summaryrefslogtreecommitdiff
path: root/lib/Form.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Form.cc')
-rw-r--r--lib/Form.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Form.cc b/lib/Form.cc
index e26cf72..464dec3 100644
--- a/lib/Form.cc
+++ b/lib/Form.cc
@@ -12,7 +12,7 @@ String Form::GetTitle(void) {
return tit;
}
-Task * Form::Do(Variables * v, Handle * h) {
+Task * Form::Do(Variables * v, Variables *, Handle * h) {
Handle * b = new Buffer();
Task * t = new CopyJob(b, h, -1, true);
SendHead(b);