From fab2d34959c52383f6be3cb6634c6776b41f62a8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 13 Oct 2022 20:27:46 +0100 Subject: Standard typedefs for Node --- game/objectives/goto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/objectives/goto.h') diff --git a/game/objectives/goto.h b/game/objectives/goto.h index acd5e48..ad51ecf 100644 --- a/game/objectives/goto.h +++ b/game/objectives/goto.h @@ -8,7 +8,7 @@ class Orders; class GoTo : public Objective { public: - GoTo(Orders * os, const Link::End &, float, const NodePtr & dest); + GoTo(Orders * os, const Link::End &, float, const Node::Ptr & dest); [[nodiscard]] ActivityPtr createActivity() const override; [[nodiscard]] Link::Next navigate(Link::Nexts::const_iterator, Link::Nexts::const_iterator) const override; -- cgit v1.2.3