summaryrefslogtreecommitdiffstats
path: root/src/namespacedef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-12-17 20:15:27 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-12-23 13:57:36 (GMT)
commitc5ec90d1780c95cd699225ff16627e96f993b179 (patch)
treef9ce2a51fb795a1a862f4a67e1892b272263a2b1 /src/namespacedef.cpp
parente47f3d0635e7dd532bb28f6cfc63f2f1efdc46cb (diff)
downloadDoxygen-c5ec90d1780c95cd699225ff16627e96f993b179.zip
Doxygen-c5ec90d1780c95cd699225ff16627e96f993b179.tar.gz
Doxygen-c5ec90d1780c95cd699225ff16627e96f993b179.tar.bz2
Template and context enhancements
Diffstat (limited to 'src/namespacedef.cpp')
-rw-r--r--src/namespacedef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namespacedef.cpp b/src/namespacedef.cpp
index c0915b3..d00d845 100644
--- a/src/namespacedef.cpp
+++ b/src/namespacedef.cpp
@@ -430,7 +430,7 @@ void NamespaceDef::writeSummaryLinks(OutputList &ol)
MemberList * ml = getMemberList(lmd->type);
if (ml && ml->declVisible())
{
- ol.writeSummaryLink(0,ml->listTypeAsString(ml->listType()),lmd->title(lang),first);
+ ol.writeSummaryLink(0,MemberList::listTypeAsString(ml->listType()),lmd->title(lang),first);
first=FALSE;
}
}