diff options
author | Pixel <Pixel> | 2001-12-08 13:57:52 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-12-08 13:57:52 +0000 |
commit | a83a43e57be59ed407d98f465d02953af5ae0160 (patch) | |
tree | 91aa1ea4a24e5b85ef26686828054e858cec21aa /include/Menu.h | |
parent | c54dfe9b844f6c5d8969669f5144e721e2af82b0 (diff) |
*hum* some changes...
Diffstat (limited to 'include/Menu.h')
-rw-r--r-- | include/Menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Menu.h b/include/Menu.h index 6e77c70..2558920 100644 --- a/include/Menu.h +++ b/include/Menu.h @@ -11,7 +11,7 @@ class Menu : public Action { Menu(const String & titre, const String & url, String * labels, Action ** listac, int nb); virtual ~Menu() {} virtual String GetTitle(); - virtual Task * Do(Variables *, Handle *); + virtual Task * Do(Variables *, Variables *, Handle *); private: String tit; |