diff options
| author | Tannin <sherb@gmx.net> | 2015-09-23 21:47:56 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2015-09-23 21:47:56 +0200 |
| commit | 8865f9d7bc6b88e6cde2e2ec53e2f7c0f41561a7 (patch) | |
| tree | cc17c65e380796a59860fd52d0b7297fd56fd23e /src/categories.h | |
| parent | ae82ab7dca062ab65983e01c6ea49843563ae898 (diff) | |
added cmake build script and a few fixes for 64-bit compatibility
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
|
