diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-08-01 17:45:13 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-08-01 17:45:13 +0000 |
| commit | 55788b44d28d38dfd0165a87c8d61c265eab4557 (patch) | |
| tree | 70cd1d51735400d3aaccfc03cee2f07af9f51d88 /src/vanishing-point.cpp | |
| parent | simplify code (diff) | |
| download | inkscape-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.cpp | 2 |
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 |
