summaryrefslogtreecommitdiff
path: root/NT/src/rendercontext.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2014-02-10 22:13:37 +0000
committerComment <tim@gray.(none)>2014-02-10 22:13:37 +0000
commitbb010735862fe1ccde0c573063c31b6240b350c0 (patch)
tree016b970b2a2fe685a2d69d97d629e1ae277e056e /NT/src/rendercontext.h
parenta1318769138379192cd0d381877808e928cffe44 (diff)
NT session on to linker errors
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;