diff options
Diffstat (limited to 'src/categories.h')
| -rw-r--r-- | src/categories.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/categories.h b/src/categories.h index f2a5de39..29e794d8 100644 --- a/src/categories.h +++ b/src/categories.h @@ -87,7 +87,7 @@ public: *
* @return unsigned int number of categories
**/
- unsigned numCategories() const { return m_Categories.size(); }
+ size_t numCategories() const { return m_Categories.size(); }
/**
* @brief count all categories that match a specified filter
|
