diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-09-26 12:21:43 +0100 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-09-26 12:21:43 +0100 |
| commit | 364c385f1a5f71c3eb6a80b44c26ddd7af012ec8 (patch) | |
| tree | 48083f2b8d9e914fcb96ed0e0857ac79a34994f8 /src/categories.h | |
| parent | 3c1c50fefc4245235ad2f92ac65efa5656f825cb (diff) | |
| parent | 462c549f7725810e55131a62f731357c6b2396ae (diff) | |
Merge branch 'master' of https://github.com/TanninOne/modorganizer.git
# Conflicts:
# .gitignore
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
|
