From cf71eb9e48de3018a4b13bb5774adf28e47f2536 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Wed, 8 Aug 2007 08:29:59 +0000 Subject: remove extra Shape:: on new function definition in Shape class. (bzr r3425) --- src/livarot/Shape.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3