summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-11-28 16:02:52 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-11-28 16:02:52 (GMT)
commita95ab819972148fef8287353e13089fd8cacebb8 (patch)
treebcac7fe511ce6003f4c9bc5616106ad013cc12ee /src/classdef.cpp
parentf651a0ac32060907b43eb6ccc7f1472986034270 (diff)
downloadDoxygen-a95ab819972148fef8287353e13089fd8cacebb8.zip
Doxygen-a95ab819972148fef8287353e13089fd8cacebb8.tar.gz
Doxygen-a95ab819972148fef8287353e13089fd8cacebb8.tar.bz2
Refactoring: make setAnchors() a member of MemberList
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index 572b550..98cfc86 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -1144,7 +1144,7 @@ void ClassDefImpl::computeAnchors()
{
if ((ml->listType()&MemberListType_detailedLists)==0)
{
- setAnchors(ml);
+ ml->setAnchors();
}
}