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/knotholder.h | |
| 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/knotholder.h')
| -rw-r--r-- | src/knotholder.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/knotholder.h b/src/knotholder.h index bd57776db..6b838b3c9 100644 --- a/src/knotholder.h +++ b/src/knotholder.h @@ -21,6 +21,7 @@ #include "knot-enums.h" #include "forward.h" #include "libnr/nr-forward.h" +#include <2geom/forward.h> #include "knot-holder-entity.h" #include <list> @@ -44,7 +45,7 @@ public: void update_knots(); - void knot_moved_handler(SPKnot *knot, NR::Point const *p, guint state); + void knot_moved_handler(SPKnot *knot, Geom::Point const &p, guint state); void knot_clicked_handler(SPKnot *knot, guint state); void knot_ungrabbed_handler(SPKnot *knot); |
