diff options
Diffstat (limited to 'src/ui/tool/node.h')
| -rw-r--r-- | src/ui/tool/node.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h index 5c907910b..025c460e2 100644 --- a/src/ui/tool/node.h +++ b/src/ui/tool/node.h @@ -406,11 +406,11 @@ public: void setClosed(bool c) { _closed = c; } iterator before(double t, double *fracpart = NULL); - iterator before(Geom::PathPosition const &pvp); + iterator before(Geom::PathTime const &pvp); const_iterator before(double t, double *fracpart = NULL) const { return const_iterator(before(t, fracpart)._node); } - const_iterator before(Geom::PathPosition const &pvp) const { + const_iterator before(Geom::PathTime const &pvp) const { return const_iterator(before(pvp)._node); } |
