summaryrefslogtreecommitdiffstats
path: root/src/classlist.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2002-03-24 20:06:51 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2002-03-24 20:06:51 (GMT)
commita633d7976dbe31f1499efa59ae27ce75ff7015d7 (patch)
tree797740a23dd652f609fa100db4f0c862df4692ed /src/classlist.cpp
parent40c0613db241b9015265b2b9f3673e0c7869d3c2 (diff)
downloadDoxygen-a633d7976dbe31f1499efa59ae27ce75ff7015d7.zip
Doxygen-a633d7976dbe31f1499efa59ae27ce75ff7015d7.tar.gz
Doxygen-a633d7976dbe31f1499efa59ae27ce75ff7015d7.tar.bz2
Release-1.2.14-20020324
Diffstat (limited to 'src/classlist.cpp')
-rw-r--r--src/classlist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/classlist.cpp b/src/classlist.cpp
index f28281c..04664ef 100644
--- a/src/classlist.cpp
+++ b/src/classlist.cpp
@@ -104,13 +104,13 @@ void ClassSDict::writeDeclaration(OutputList &ol,const ClassDef::CompoundType *f
ol.writeObjectLink(cd->getReference(),
cd->getOutputFileBase(),
0,
- cd->name()
+ cd->localName()
);
}
else
{
ol.startBold();
- ol.docify(cd->name());
+ ol.docify(cd->localName());
ol.endBold();
}
ol.endMemberItem(FALSE);