From 3f720784d55707024fff675a5238fde0168d1a40 Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 15 Nov 2001 14:52:43 +0000 Subject: More work into TaskMan... --- 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 50b7e3c..1b22742 100644 --- a/include/Form.h +++ b/include/Form.h @@ -29,7 +29,7 @@ class Form : public Action { int nb, Action * ok = 0); virtual ~Form() { } virtual String GetTitle(); - virtual void Do(Variables *, Handle *); + virtual Task * Do(Variables *, Handle *); private: String tit, iv, * nms, * ivs, * defs, ** lsts, ** dscs; int n; -- cgit v1.2.3