Code

remove extra Shape:: on new function definition in Shape class.
authorjohanengelen <johanengelen@users.sourceforge.net>
Wed, 8 Aug 2007 08:29:59 +0000 (08:29 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Wed, 8 Aug 2007 08:29:59 +0000 (08:29 +0000)
src/livarot/Shape.h

index 3d74a8b6169f6190997b60cd7890f11585df818c..9413cf9271ca07fdf783c98d3ec06223556a8dcc 100644 (file)
@@ -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;