summaryrefslogtreecommitdiff
path: root/include/Table.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/Table.h
parentd994b63efc388311700412d0cb0e6e8e1fae4849 (diff)
Headers cleaning
Diffstat (limited to 'include/Table.h')
-rw-r--r--include/Table.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Table.h b/include/Table.h
index f1ec6c6..97b1503 100644
--- a/include/Table.h
+++ b/include/Table.h
@@ -20,10 +20,11 @@
class Table : public Action {
public:
- Table(const String & titre, const String & url, String * heads, String * cells, int nbcol, int nblgn, Action * ok = 0);
- virtual ~Table() { }
+ Table(const String & titre, const String & url, String * heads, String * cells, int nbcol, int nblgn, Action * ok = 0);
+ virtual ~Table() { }
virtual String GetTitle();
virtual Task * Do(Variables *, Handle *);
+
private:
String tit, * hds, * cls;
int nc, nl;