diff options
author | Pixel <Pixel> | 2001-11-19 22:32:34 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-19 22:32:34 +0000 |
commit | cca213f6493119ab3f642e08dba798f557630f53 (patch) | |
tree | 38774b6803676235b73b80f06c618a78bf14035d /include/Message.h | |
parent | d994b63efc388311700412d0cb0e6e8e1fae4849 (diff) |
Headers cleaning
Diffstat (limited to 'include/Message.h')
-rw-r--r-- | include/Message.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Message.h b/include/Message.h index 77bd62c..41ca841 100644 --- a/include/Message.h +++ b/include/Message.h @@ -17,10 +17,11 @@ class Message : public Action { public: - Message(const String & titre, const String & msg, const String & url, Action * ok = 0); - virtual ~Message() { } + Message(const String & titre, const String & msg, const String & url, Action * ok = 0); + virtual ~Message() { } virtual String GetTitle(); virtual Task * Do(Variables *, Handle *); + private: String tit, msg; Action * Next; |