diff --git a/src/base/algorithm.h b/src/base/algorithm.h index bc192c112..24ee3ab5f 100644 --- a/src/base/algorithm.h +++ b/src/base/algorithm.h @@ -44,7 +44,7 @@ namespace Algorithm { }; - // To be used with associative array types, such as QMap, QHash and it's variants + // To be used with associative array types, such as QMap, QHash and its variants template ::value, int> = 0> void removeIf(T &dict, BinaryPredicate &&p)