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.h | |
| parent | 5b565b56340adbadbab2ad3d3c3d7112c6b2b34c (diff) | |
Remove outdated namespacing and correct the PATH setting to appends dlls
Diffstat (limited to 'src/categories.h')
| -rw-r--r-- | src/categories.h | 2 |
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
|
