Code

remove rudimental general-purpose clipart, add some Inkscape-related graphics, update...
[inkscape.git] / src / snapped-point.cpp
index 3aebb086a1e6e9001b48b6220c81d9a8791fa0ee..5d0d242dde08b2f5ce716e51b478aacf1e5a7260 100644 (file)
 Inkscape::SnappedPoint::SnappedPoint(NR::Point p, NR::Coord d)
     : _distance(d), _point(p)
 {
-    
+
 }
 
-Inkscape::SnappedPoint::~SnappedPoint() 
+Inkscape::SnappedPoint::~SnappedPoint()
 {
     /// TODO : empty the _hightlight_groups vector and destroy the
     ///                 HighlightGroup items it holds