summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/index.cpp1
-rw-r--r--src/sortdict.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp
index 41e3318..d52fa77 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -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();
diff --git a/src/sortdict.h b/src/sortdict.h
index f4d23f2..4db330f 100644
--- a/src/sortdict.h
+++ b/src/sortdict.h
@@ -590,7 +590,7 @@ class SIntDict
/*! Returns the number of items stored in the dictionary
*/
- int count()
+ int count() const
{
return m_list->count();
}