X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fpen-context.h;h=c214da30ddd7b6d69479cd0b686733c3f6df7b41;hb=49a3e7e2d6ef115da0a3b703d69da3cca388e125;hp=1c84ee2da80fc2f51af399c636acfbe37a9df777;hpb=4dd053c1e236163ab0f7a86b6bac3cf3072f6a31;p=inkscape.git diff --git a/src/pen-context.h b/src/pen-context.h index 1c84ee2da..c214da30d 100644 --- a/src/pen-context.h +++ b/src/pen-context.h @@ -30,7 +30,7 @@ enum { * SPPenContext: a context for pen tool events. */ struct SPPenContext : public SPDrawContext { - NR::Point p[5]; + Geom::Point p[5]; /** \invar npoints in {0, 2, 5}. */ // npoints somehow determines the type of the node (what does it mean, exactly? the number of Bezier handles?)