From 8865f9d7bc6b88e6cde2e2ec53e2f7c0f41561a7 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 23 Sep 2015 21:47:56 +0200 Subject: added cmake build script and a few fixes for 64-bit compatibility --- src/categories.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/categories.h') 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 -- cgit v1.3.1