summaryrefslogtreecommitdiff
path: root/include/TaskMan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/TaskMan.h')
-rw-r--r--include/TaskMan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/TaskMan.h b/include/TaskMan.h
index 16bc0ee..2025e5c 100644
--- a/include/TaskMan.h
+++ b/include/TaskMan.h
@@ -11,6 +11,7 @@ class TaskMan : public Base {
static int RemoveTask(Task *);
static void Init() throw (GeneralException);
static void MainLoop() throw (GeneralException);
+
private:
static vector<Task *> TaskList;
static int number;