diff --git a/gz-waves/include/gz/waves/Algorithm.hh b/gz-waves/include/gz/waves/Algorithm.hh index 30e15d85..08bb5b3d 100644 --- a/gz-waves/include/gz/waves/Algorithm.hh +++ b/gz-waves/include/gz/waves/Algorithm.hh @@ -87,11 +87,11 @@ std::array sort_indexes(const std::array& v) { /// template void unordered_unique( - Iterator first, Iterator last, - std::vector* unique, - std::vector* index = nullptr, - std::vector* inverse = nullptr, - std::vector* count = nullptr) + Iterator first, Iterator last, + std::vector* unique, + std::vector* index = nullptr, + std::vector* inverse = nullptr, + std::vector* count = nullptr) { using index_map = std::unordered_map; using map_iter = typename index_map::iterator;