diff options
Diffstat (limited to 'src/ui/tool/path-manipulator.h')
| -rw-r--r-- | src/ui/tool/path-manipulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.h b/src/ui/tool/path-manipulator.h index 496bd957c..e68cabef1 100644 --- a/src/ui/tool/path-manipulator.h +++ b/src/ui/tool/path-manipulator.h @@ -99,7 +99,7 @@ public: bool search_unselected, bool closest); //BSpline bool isBSpline; - int controlBSplineSteps; + int getSteps(); //BSpline End // this is necessary for Tab-selection in MultiPathManipulator SubpathList &subpathList() { return _subpaths; } |
