diff options
author | pixel <pixel> | 2007-04-14 12:29:23 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-04-14 12:29:23 +0000 |
commit | 1b4d90d7562f4eb42462103195e7d9fbb9f915c8 (patch) | |
tree | 58e72da5a4dc1fb7d93ba8b66c7330ac56912475 /include | |
parent | 6d8d83e2890fec4af3b74f61b7ebfe376e73286b (diff) |
This should have been private.
Diffstat (limited to 'include')
-rw-r--r-- | include/TaskMan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/TaskMan.h b/include/TaskMan.h index 4470778..f79f98e 100644 --- a/include/TaskMan.h +++ b/include/TaskMan.h @@ -29,6 +29,7 @@ class TaskMan : public Base { static int Estatus(); static void SigChild(); + private: class w4ha_t { public: w4ha_t(Handle * aha, int aflags, Task * aT) : ha(aha), flags(aflags), dirty(true), T(aT) { } @@ -55,7 +56,6 @@ class TaskMan : public Base { }; typedef std::vector<Task *> TaskList_t; - private: static TaskList_t TaskList; static TaskList_t Zombies; static int number; |