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 2b4f4ce..e3aaa8d 100644 --- a/src/entry.cpp +++ b/src/entry.cpp @@ -207,6 +207,7 @@ void Entry::reset() scopeSpec.resize(0); memberSpec.resize(0); initializer.resize(0); + startLine = 1; bodyLine = -1; endBodyLine = -1; mGrpId = -1; @@ -217,6 +218,7 @@ void Entry::reset() stat = FALSE; proto = FALSE; inLine = FALSE; + subGrouping = TRUE; protection = Public; sublist->clear(); extends->clear(); |