summaryrefslogtreecommitdiff
path: root/include/Message.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Message.h')
-rw-r--r--include/Message.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Message.h b/include/Message.h
index 690ec06..6f3234d 100644
--- a/include/Message.h
+++ b/include/Message.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: Message.h,v 1.12 2007-05-30 11:57:08 pixel Exp $ */
+/* $Id: Message.h,v 1.13 2007-09-23 12:20:15 pixel Exp $ */
#ifndef __MESSAGE_H__
#define __MESSAGE_H__
@@ -32,6 +32,7 @@ class Message : public Action {
virtual ~Message() { }
virtual String GetTitle();
virtual Task * Do(Variables *, Variables *, Handle *);
+ void SetMsg(const String &);
private:
String tit, msg;