summaryrefslogtreecommitdiff
path: root/NT/src/rendercontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'NT/src/rendercontext.h')
-rw-r--r--NT/src/rendercontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NT/src/rendercontext.h b/NT/src/rendercontext.h
index 72c589e..1fd6727 100644
--- a/NT/src/rendercontext.h
+++ b/NT/src/rendercontext.h
@@ -53,7 +53,7 @@ namespace Rotor {
};
class Session_task {
public:
- Session_task(const string &_uid="",int _task=0):uid(_uid),task(_task) {};
+ Session_task(const string &_uid="",int _task=0,const string &_message=""):uid(_uid),task(_task),message(_message) {};
string uid;
int task;
string message;