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 5563fcf..1c4d27e 100644 --- a/src/entry.cpp +++ b/src/entry.cpp @@ -66,6 +66,7 @@ Entry::Entry(const Entry &e) startLine = e.startLine; mGrpId = e.mGrpId; bodyLine = e.bodyLine; + endBodyLine = e.endBodyLine; inLine = e.inLine; sublist = new QList<Entry>; sublist->setAutoDelete(TRUE); @@ -203,6 +204,7 @@ void Entry::reset() scopeSpec.resize(0); memberSpec.resize(0); bodyLine = -1; + endBodyLine = -1; mGrpId = -1; section = EMPTY_SEC; sig = FALSE; |