Code

Filter effects dialog:
[inkscape.git] / src / line-snapper.h
index 72afab76d0c4e3a3f091cbd4046b1c072621e2ec..2816b2ec01e3648d853f309ecf6732f25eabfb62 100644 (file)
@@ -19,18 +19,17 @@ namespace Inkscape
 class LineSnapper : public Snapper
 {
 public:
-  LineSnapper() {}
   LineSnapper(SPNamedView const *nv, NR::Coord const d);
 
 protected:
   typedef std::list<std::pair<NR::Dim2, NR::Coord> > LineList;
 
 private:
-  virtual SnappedPoint _doFreeSnap(NR::Point const &p,
+  SnappedPoint _doFreeSnap(NR::Point const &p,
                           std::list<SPItem const *> const &it) const;
   
   SnappedPoint _doConstrainedSnap(NR::Point const &p,
-                                 NR::Point const &c,
+                                 ConstraintLine const &c,
                                  std::list<SPItem const *> const &it) const;
   
   /**