diff options
Diffstat (limited to 'src/snap.cpp')
| -rw-r--r-- | src/snap.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/snap.cpp b/src/snap.cpp index 093ae10e3..639e704b0 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -13,7 +13,7 @@ * * Copyright (C) 2006-2007 Johan Engelen <johan@shouraizou.nl> * Copyrigth (C) 2004 Nathan Hurst - * Copyright (C) 1999-2002 Authors + * Copyright (C) 1999-2008 Authors * * Released under GNU GPL, read the file 'COPYING' for more information */ @@ -178,7 +178,8 @@ bool SnapManager::getSnapModeGuide() const Inkscape::SnappedPoint SnapManager::freeSnap(Inkscape::Snapper::PointType t, NR::Point const &p, - SPItem const *it) const + SPItem const *it, + NR::Maybe<NR::Point> point_not_to_snap_to) const { std::list<SPItem const *> lit; |
