diff options
Diffstat (limited to 'ui/builders/join.h')
-rw-r--r-- | ui/builders/join.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/builders/join.h b/ui/builders/join.h index d4fb534..30d39cd 100644 --- a/ui/builders/join.h +++ b/ui/builders/join.h @@ -9,7 +9,7 @@ class BuilderJoin : public EditNetwork::Builder { std::string hint() const override; void click(Network * network, const GeoData * geoData, const SDL_MouseButtonEvent & e, const Ray & ray) override; - void create(Network * network, const NodePtr & p1, const NodePtr & p2) const; + void create(Network * network, const Node::Ptr & p1, const Node::Ptr & p2) const; - NodePtr p1; + Node::Ptr p1; }; |