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 3b8be02..5a04a11 100644
--- a/src/sortdict.h
+++ b/src/sortdict.h
@@ -234,7 +234,7 @@ class SDict
/*! Returns the number of items stored in the dictionary
*/
- int count()
+ int count() const
{
return m_list->count();
}