diff options
Diffstat (limited to 'src/utils/functors.h')
-rw-r--r-- | src/utils/functors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/functors.h b/src/utils/functors.h index 4c7bee55..fefbeb1a 100644 --- a/src/utils/functors.h +++ b/src/utils/functors.h @@ -36,7 +36,7 @@ namespace * * Note: * - this functor assumes that the object defines as public the following - * method: std::string getName(void). + * method: std::string getName() const. * - this functor assumes that the list is a list of pointers. */ template <typename T> |