summaryrefslogtreecommitdiff
path: root/src/categories.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/categories.h')
-rw-r--r--src/categories.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/categories.h b/src/categories.h
index 66299c30..474a1440 100644
--- a/src/categories.h
+++ b/src/categories.h
@@ -99,7 +99,7 @@ public:
* @param filter the filter to test
* @return number of matching categories
*/
- unsigned int countCategories(std::tr1::function<bool (const Category &category)> filter);
+ unsigned int countCategories(std::function<bool (const Category &category)> filter);
/**
* @brief get the id of the parent category