summaryrefslogtreecommitdiff
path: root/src/categories.cpp
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.cpp
parent5b565b56340adbadbab2ad3d3c3d7112c6b2b34c (diff)
Remove outdated namespacing and correct the PATH setting to appends dlls
Diffstat (limited to 'src/categories.cpp')
-rw-r--r--src/categories.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/categories.cpp b/src/categories.cpp
index d8cd49fb..4d89eff9 100644
--- a/src/categories.cpp
+++ b/src/categories.cpp
@@ -167,7 +167,7 @@ void CategoryFactory::saveCategories()
}
-unsigned int CategoryFactory::countCategories(std::tr1::function<bool (const Category &category)> filter)
+unsigned int CategoryFactory::countCategories(std::function<bool (const Category &category)> filter)
{
unsigned int result = 0;
for (const Category &cat : m_Categories) {