summaryrefslogtreecommitdiff
path: root/include/Form.h
diff options
context:
space:
mode:
authorPixel <Pixel>2001-11-19 22:32:34 +0000
committerPixel <Pixel>2001-11-19 22:32:34 +0000
commitcca213f6493119ab3f642e08dba798f557630f53 (patch)
tree38774b6803676235b73b80f06c618a78bf14035d /include/Form.h
parentd994b63efc388311700412d0cb0e6e8e1fae4849 (diff)
Headers cleaning
Diffstat (limited to 'include/Form.h')
-rw-r--r--include/Form.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/Form.h b/include/Form.h
index 1b22742..dd923be 100644
--- a/include/Form.h
+++ b/include/Form.h
@@ -24,12 +24,13 @@
class Form : public Action {
public:
- Form(const String & titre, const String & url, const String & inv,
- String * names, String * invs, String * defaults, String ** lists, String ** descs,
- int nb, Action * ok = 0);
- virtual ~Form() { }
+ Form(const String & titre, const String & url, const String & inv,
+ String * names, String * invs, String * defaults, String ** lists, String ** descs,
+ int nb, Action * ok = 0);
+ virtual ~Form() { }
virtual String GetTitle();
virtual Task * Do(Variables *, Handle *);
+
private:
String tit, iv, * nms, * ivs, * defs, ** lsts, ** dscs;
int n;