summaryrefslogtreecommitdiffstats
path: root/src/vanishing-point.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/vanishing-point.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/vanishing-point.cpp')
-rw-r--r--src/vanishing-point.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vanishing-point.cpp b/src/vanishing-point.cpp
index 9688b8501..dcf8d6e71 100644
--- a/src/vanishing-point.cpp
+++ b/src/vanishing-point.cpp
@@ -266,7 +266,7 @@ VPDragger::VPDragger(VPDrag *parent, NR::Point p, VanishingPoint &vp)
sp_knot_update_ctrl(this->knot);
// move knot to the given point
- sp_knot_set_position (this->knot, &this->point, SP_KNOT_STATE_NORMAL);
+ sp_knot_set_position (this->knot, this->point, SP_KNOT_STATE_NORMAL);
sp_knot_show (this->knot);
// connect knot's signals