summaryrefslogtreecommitdiffstats
path: root/karm/plannerparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'karm/plannerparser.h')
-rw-r--r--karm/plannerparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/karm/plannerparser.h b/karm/plannerparser.h
index 9334b8a5..c5294b8d 100644
--- a/karm/plannerparser.h
+++ b/karm/plannerparser.h
@@ -54,7 +54,7 @@ private:
bool withInTasks; // within <tasks> ?
TaskView *_taskView;
Task *task;
- Task *tqparentTask;
+ Task *parentTask;
int level; // level=1: task is top-level-task
};