From: johanengelen Date: Wed, 8 Aug 2007 08:29:59 +0000 (+0000) Subject: remove extra Shape:: on new function definition in Shape class. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fb7b063b3b4603551cac8bb4e8caafb2b7654db8;p=inkscape.git remove extra Shape:: on new function definition in Shape class. --- diff --git a/src/livarot/Shape.h b/src/livarot/Shape.h index 3d74a8b61..9413cf927 100644 --- a/src/livarot/Shape.h +++ b/src/livarot/Shape.h @@ -285,7 +285,7 @@ public: int MakePush (Shape * a, JoinType join, double miter, bool do_profile, NR::Point c, NR::Point vector, double radius, NR::Matrix *i2doc = NULL); - int Shape::MakeJitter (Shape * a, JoinType join, double miter, bool do_profile, NR::Point c, double power, double radius, NR::Matrix *i2doc = NULL); + int MakeJitter (Shape * a, JoinType join, double miter, bool do_profile, NR::Point c, double power, double radius, NR::Matrix *i2doc = NULL); int PtWinding(const NR::Point px) const; // plus rapide int Winding(const NR::Point px) const;