summaryrefslogtreecommitdiff
path: root/include/Table.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Table.h')
-rw-r--r--include/Table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Table.h b/include/Table.h
index 5b01aab..c616e7e 100644
--- a/include/Table.h
+++ b/include/Table.h
@@ -11,7 +11,7 @@ class Table : public Action {
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 *);
+ virtual Task * Do(Variables *, Variables *, Handle *);
private:
String tit, * hds, * cls;