summaryrefslogtreecommitdiffstats
path: root/src/tagreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tagreader.cpp')
-rw-r--r--src/tagreader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tagreader.cpp b/src/tagreader.cpp
index b7a7b7a..36119e2 100644
--- a/src/tagreader.cpp
+++ b/src/tagreader.cpp
@@ -1035,8 +1035,8 @@ void TagFileParser::addDocAnchors(Entry *e,const TagAnchorInfoList &l)
//printf("New sectionInfo file=%s anchor=%s\n",
// ta->fileName.data(),ta->label.data());
SectionInfo *si=new SectionInfo(ta->fileName,ta->label,ta->label,
- SectionInfo::Anchor,m_tagName);
- Doxygen::sectionDict.insert(ta->label,si);
+ SectionInfo::Anchor,0,m_tagName);
+ Doxygen::sectionDict.append(ta->label,si);
e->anchors->append(si);
}
else