diff options
Diffstat (limited to 'src/layout.cpp')
-rw-r--r-- | src/layout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout.cpp b/src/layout.cpp index c2b1ac5..010c850 100644 --- a/src/layout.cpp +++ b/src/layout.cpp @@ -582,7 +582,7 @@ class LayoutParser : public QXmlDefaultHandler SrcLangExt_Fortran,theTranslator->trModules() ))); m_sHandler.insert("file/memberdecl/constantgroups", - new StartElementHandlerSection(this,LayoutDocEntry::FileNamespaces,&LayoutParser::startSectionEntry, + new StartElementHandlerSection(this,LayoutDocEntry::FileConstantGroups,&LayoutParser::startSectionEntry, theTranslator->trConstantGroups())); m_sHandler.insert("file/memberdecl/defines", new StartElementHandlerMember(this,&LayoutParser::startMemberDeclEntry, |