diff options
Diffstat (limited to 'src/perlmodgen.cpp')
-rw-r--r-- | src/perlmodgen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/perlmodgen.cpp b/src/perlmodgen.cpp index 3a05f20..0a07900 100644 --- a/src/perlmodgen.cpp +++ b/src/perlmodgen.cpp @@ -1900,11 +1900,11 @@ void PerlModGenerator::generatePerlModForGroup(GroupDef *gd) m_output.closeList(); } - NamespaceList *nl = gd->getNamespaces(); + NamespaceSDict *nl = gd->getNamespaces(); if (nl) { m_output.openList("namespaces"); - NamespaceListIterator nli(*nl); + NamespaceSDict::Iterator nli(*nl); NamespaceDef *nd; for (nli.toFirst();(nd=nli.current());++nli) m_output.openHash() |