diff options
author | Pixel <Pixel> | 2001-11-14 22:25:39 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-14 22:25:39 +0000 |
commit | 8694409f2a5531e9f3263e8a42248a3ca91ac14f (patch) | |
tree | b1bba533d7ee9f66b8f470851ff534beac97a7d6 /lib/Task.cc | |
parent | aa92df3c58daefb994da555fb45f2e3ee55f38d5 (diff) |
More advances....
Diffstat (limited to 'lib/Task.cc')
-rw-r--r-- | lib/Task.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Task.cc b/lib/Task.cc index fd1bf3f..063a983 100644 --- a/lib/Task.cc +++ b/lib/Task.cc @@ -4,7 +4,7 @@ #include "Task.h" #include "String.h" -Task::Task() : state(TASK_ON_HOLD), suspended(false) { +Task::Task() : state(TASK_ON_HOLD), suspended(false), current(0) { TaskMan::AddTask(this); } Task::~Task() { |