summaryrefslogtreecommitdiffstats
path: root/src/sortdict.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sortdict.h')
-rw-r--r--src/sortdict.h2
1 files changed, 1 insertions, 1 deletions
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();
}