summaryrefslogtreecommitdiffstats
path: root/src/classlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/classlist.cpp')
-rw-r--r--src/classlist.cpp2
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();