summaryrefslogtreecommitdiffstats
path: root/src/entry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entry.cpp')
-rw-r--r--src/entry.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entry.cpp b/src/entry.cpp
index a0f8fa3..a58362c 100644
--- a/src/entry.cpp
+++ b/src/entry.cpp
@@ -108,6 +108,7 @@ Entry::Entry(const Entry &e)
id = e.id;
extends = e.extends;
groups = e.groups;
+ req = e.req;
m_fileDef = e.m_fileDef;
m_parent = e.m_parent;
@@ -242,6 +243,7 @@ void Entry::reset()
tArgLists.clear();
typeConstr.reset();
sli.clear();
+ req.resize(0);
m_fileDef = 0;
}