summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2007-08-08 08:29:59 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2007-08-08 08:29:59 +0000
commitcf71eb9e48de3018a4b13bb5774adf28e47f2536 (patch)
tree1ecc205ec5d8b603efdf09804f0399f16932103a /src
parenttweak tool (diff)
downloadinkscape-cf71eb9e48de3018a4b13bb5774adf28e47f2536.tar.gz
inkscape-cf71eb9e48de3018a4b13bb5774adf28e47f2536.zip
remove extra Shape:: on new function definition in Shape class.
(bzr r3425)
Diffstat (limited to 'src')
-rw-r--r--src/livarot/Shape.h2
1 files changed, 1 insertions, 1 deletions
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;