diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2018-03-08 15:55:24 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2018-03-08 15:55:24 -0600 |
| commit | c7f660e061f92901b80558c2bfe7640944fc1840 (patch) | |
| tree | 09c9282734a769430e91ac2570f7719aac92894f /src/categories.cpp | |
| parent | 5b565b56340adbadbab2ad3d3c3d7112c6b2b34c (diff) | |
Remove outdated namespacing and correct the PATH setting to appends dlls
Diffstat (limited to 'src/categories.cpp')
| -rw-r--r-- | src/categories.cpp | 2 |
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) {
|
