X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Flivarot%2FShapeMisc.cpp;h=7000bb115618530c49ff728bbff8d60281fdd8ea;hb=1e944d29efb206f5d0b5d1069cb098e22169d548;hp=2b398ef7c34b4621a221be5fe35bbd5a445004f0;hpb=66632b492f9cd54e5667fd4e1fca8e457f59b282;p=inkscape.git diff --git a/src/livarot/ShapeMisc.cpp b/src/livarot/ShapeMisc.cpp index 2b398ef7c..7000bb115 100644 --- a/src/livarot/ShapeMisc.cpp +++ b/src/livarot/ShapeMisc.cpp @@ -7,6 +7,7 @@ */ #include "livarot/Shape.h" +#include #include #include "livarot/Path.h" #include "livarot/path-description.h" @@ -634,7 +635,7 @@ Shape::MakeTweak (int mode, Shape *a, double power, JoinType join, double miter, if (this_power != 0) done_something = true; - double scaler = 1 / (*i2doc).expansion(); + double scaler = 1 / NR::expansion(*i2doc); NR::Point this_vec(0,0); if (mode == tweak_mode_push) {