summaryrefslogtreecommitdiff
path: root/src/categories.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jrim@rimpo.org>2018-03-08 15:55:24 -0600
committerJeremy Rimpo <jrim@rimpo.org>2018-03-08 15:55:24 -0600
commitc7f660e061f92901b80558c2bfe7640944fc1840 (patch)
tree09c9282734a769430e91ac2570f7719aac92894f /src/categories.h
parent5b565b56340adbadbab2ad3d3c3d7112c6b2b34c (diff)
Remove outdated namespacing and correct the PATH setting to appends dlls
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