diff options
Diffstat (limited to 'src/entry.cpp')
-rw-r--r-- | src/entry.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entry.cpp b/src/entry.cpp index c330f8b..e66e584 100644 --- a/src/entry.cpp +++ b/src/entry.cpp @@ -65,6 +65,7 @@ Entry::Entry(const Entry &e) fileName = e.fileName.copy(); startLine = e.startLine; mGrpId = e.mGrpId; + inLine = e.inLine; sublist = new QList<Entry>; sublist->setAutoDelete(TRUE); extends = new QList<BaseInfo>; @@ -207,6 +208,7 @@ void Entry::reset() slot = FALSE; stat = FALSE; proto = FALSE; + inLine = FALSE; protection = Public; sublist->clear(); extends->clear(); |