summaryrefslogtreecommitdiffhomepage
path: root/src/search-result.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search-result.hpp')
-rw-r--r--src/search-result.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/search-result.hpp b/src/search-result.hpp
index aa27c374..afbca8af 100644
--- a/src/search-result.hpp
+++ b/src/search-result.hpp
@@ -37,6 +37,8 @@ struct path_search_result final
~path_search_result() noexcept;
private:
+ void allocate_node();
+
Pointer<node> _node;
float _time = 0;
uint32_t _cost = 0, _distance = (uint32_t)-1;