summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
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)