summaryrefslogtreecommitdiffstats
path: root/src/knot-holder-entity.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-08-01 17:45:13 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-08-01 17:45:13 +0000
commit55788b44d28d38dfd0165a87c8d61c265eab4557 (patch)
tree70cd1d51735400d3aaccfc03cee2f07af9f51d88 /src/knot-holder-entity.cpp
parentsimplify code (diff)
downloadinkscape-55788b44d28d38dfd0165a87c8d61c265eab4557.tar.gz
inkscape-55788b44d28d38dfd0165a87c8d61c265eab4557.zip
change knot.h to Geom::Point only instead of NR::Point.
(bzr r6511)
Diffstat (limited to 'src/knot-holder-entity.cpp')
-rw-r--r--src/knot-holder-entity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knot-holder-entity.cpp b/src/knot-holder-entity.cpp
index 3c95bb0b4..d40fd735a 100644
--- a/src/knot-holder-entity.cpp
+++ b/src/knot-holder-entity.cpp
@@ -81,7 +81,7 @@ KnotHolderEntity::update_knot()
NR::Point dp(knot_get() * i2d);
_moved_connection.block();
- sp_knot_set_position(knot, &dp, SP_KNOT_STATE_NORMAL);
+ sp_knot_set_position(knot, dp, SP_KNOT_STATE_NORMAL);
_moved_connection.unblock();
}