summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2009-08-20 10:04:05 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2009-08-20 10:04:05 (GMT)
commit3e9b5fe7f5432869109952836a318c453645d572 (patch)
treed86d1b7ef2284f53606076d27e1499e8e10e6b55 /src/classdef.cpp
parent9e6be9a8ae24b788cf2463a703bda48cbd77c773 (diff)
downloadDoxygen-3e9b5fe7f5432869109952836a318c453645d572.zip
Doxygen-3e9b5fe7f5432869109952836a318c453645d572.tar.gz
Doxygen-3e9b5fe7f5432869109952836a318c453645d572.tar.bz2
Release-1.6.0
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index 26934f1..55cc4f2 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -3089,8 +3089,10 @@ void ClassDef::addListReferences()
{
LockingPtr< QList<ListItemInfo> > xrefItems = xrefListItems();
addRefItem(xrefItems.pointer(),
- fortranOpt?theTranslator->trType(TRUE,TRUE):theTranslator->trClass(TRUE,TRUE),
- getOutputFileBase(),displayName()
+ fortranOpt?theTranslator->trType(TRUE,TRUE):
+ theTranslator->trClass(TRUE,TRUE),
+ getOutputFileBase(),
+ displayName()
);
}
if (m_impl->memberGroupSDict)