summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlgen.cpp')
-rw-r--r--src/xmlgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlgen.cpp b/src/xmlgen.cpp
index cb32b68..2906799 100644
--- a/src/xmlgen.cpp
+++ b/src/xmlgen.cpp
@@ -1238,7 +1238,7 @@ static void generateXMLForClass(ClassDef *cd,QTextStream &ti)
{
t << convertToXML(
insertTemplateSpecifierInScope(
- bcd->classDef->displayName(),bcd->templSpecifiers)
+ bcd->classDef->name(),bcd->templSpecifiers)
);
}
else