From a83a43e57be59ed407d98f465d02953af5ae0160 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 8 Dec 2001 13:57:52 +0000 Subject: *hum* some changes... --- include/Form.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Form.h') diff --git a/include/Form.h b/include/Form.h index 77498a8..9e77967 100644 --- a/include/Form.h +++ b/include/Form.h @@ -13,7 +13,7 @@ class Form : public Action { int nb, Action * ok = 0); virtual ~Form() { } virtual String GetTitle(); - virtual Task * Do(Variables *, Handle *); + virtual Task * Do(Variables *, Variables *, Handle *); private: String tit, iv, * nms, * ivs, * defs, ** lsts, ** dscs; -- cgit v1.2.3