diff options
Diffstat (limited to 'ui/builders/join.cpp')
-rw-r--r-- | ui/builders/join.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/builders/join.cpp b/ui/builders/join.cpp index 90b1d61..cc2ca2d 100644 --- a/ui/builders/join.cpp +++ b/ui/builders/join.cpp @@ -37,7 +37,7 @@ BuilderJoin::click(Network * network, const GeoData *, const SDL_MouseButtonEven } void -BuilderJoin::create(Network * network, const NodePtr & p1, const NodePtr & p2) const +BuilderJoin::create(Network * network, const Node::Ptr & p1, const Node::Ptr & p2) const { network->addJoins(p1->pos, p2->pos); } |