From fb7b063b3b4603551cac8bb4e8caafb2b7654db8 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Wed, 8 Aug 2007 08:29:59 +0000 Subject: [PATCH] remove extra Shape:: on new function definition in Shape class. --- src/livarot/Shape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2