diff options
Diffstat (limited to 'src/classlist.cpp')
-rw-r--r-- | src/classlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classlist.cpp b/src/classlist.cpp index 7adacd8..9483329 100644 --- a/src/classlist.cpp +++ b/src/classlist.cpp @@ -112,7 +112,7 @@ void ClassSDict::writeDeclaration(OutputList &ol,const ClassDef::CompoundType *f ol.docify(cd->localName()); ol.endBold(); } - ol.endMemberItem(FALSE); + ol.endMemberItem(); if (!cd->briefDescription().isEmpty()) { ol.startMemberDescription(); |