summaryrefslogtreecommitdiffstats
path: root/src/entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.cpp')
-rw-r--r--src/entry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entry.cpp b/src/entry.cpp
index 8d4b9f2..9a175ef 100644
--- a/src/entry.cpp
+++ b/src/entry.cpp
@@ -23,6 +23,7 @@ Entry::Entry()
num++;
//printf("New Entry %d\n",num);
parent=0;
+ section = EMPTY_SEC;
sublist = new QList<Entry>;
sublist->setAutoDelete(TRUE);
extends = new QList<BaseInfo>;