From ee644efa0c6bf9e5e31e5eb59df49f99d4175876 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 14 Feb 2024 19:57:38 +0100 Subject: clean up the vector wrapper --- src/path-search-result.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path-search-result.hpp') diff --git a/src/path-search-result.hpp b/src/path-search-result.hpp index b12b23d3..d29fdc44 100644 --- a/src/path-search-result.hpp +++ b/src/path-search-result.hpp @@ -24,7 +24,7 @@ struct path_search_result final uint32_t distance() const; void set_distance(uint32_t dist); - vector_wrapper raw_path(); + vector_wrapper raw_path(); ArrayView path() const; explicit operator ArrayView() const; explicit operator bool() const; -- cgit v1.2.3