summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tool/node.h')
-rw-r--r--src/ui/tool/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h
index 2b547256b..f6d5beadc 100644
--- a/src/ui/tool/node.h
+++ b/src/ui/tool/node.h
@@ -180,7 +180,7 @@ public:
bool isEndNode() const;
Handle *front() { return &_front; }
Handle *back() { return &_back; }
-
+ double bsplineWeight;
/**
* Gets the handle that faces the given adjacent node.
* Will abort with error if the given node is not adjacent.