summaryrefslogtreecommitdiff
path: root/ui/builders/freeExtend.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/builders/freeExtend.h')
-rw-r--r--ui/builders/freeExtend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/builders/freeExtend.h b/ui/builders/freeExtend.h
index 127fdc6..0d5f327 100644
--- a/ui/builders/freeExtend.h
+++ b/ui/builders/freeExtend.h
@@ -11,5 +11,5 @@ class BuilderFreeExtend : public EditNetwork::Builder {
void move(Network * network, const GeoData * geoData, const SDL_MouseMotionEvent & e,
const Ray<GlobalPosition3D> & ray) override;
- std::optional<Position3D> p1;
+ std::optional<GlobalPosition3D> p1;
};