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, 1 insertions, 1 deletions
diff --git a/src/entry.cpp b/src/entry.cpp
index 15c6fec..b3693cd 100644
--- a/src/entry.cpp
+++ b/src/entry.cpp
@@ -170,7 +170,7 @@ Entry::Entry(const Entry &e)
SectionInfo *s;
for (;(s=sli2.current());++sli2)
{
- anchors->append(new SectionInfo(*s));
+ anchors->append(s); // shallow copy, object are owned by Doxygen::sectionDict
}
// deep copy type constraint list