Skip to content

Commit

Permalink
Fixed problem generating per letter namespace member index pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Nov 6, 2016
1 parent 850f0ce commit 2b722b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.cpp
Expand Up @@ -2970,6 +2970,7 @@ static void writeNamespaceMemberIndexFiltered(OutputList &ol,
g_namespaceIndexLetterUsed[hl],
Definition::TypeNamespace);
endFile(ol);
first=FALSE;
}
if (multiPageIndex && addToIndex) Doxygen::indexList->decContentsDepth();
ol.popGeneratorState();
Expand Down
2 changes: 1 addition & 1 deletion src/sortdict.h
Expand Up @@ -590,7 +590,7 @@ class SIntDict

/*! Returns the number of items stored in the dictionary
*/
int count()
int count() const
{
return m_list->count();
}
Expand Down

0 comments on commit 2b722b5

Please sign in to comment.