~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/line-snapper.cpp

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
                                                    Inkscape::SnapPreferences::PointType const &t,
28
28
                                                    Geom::Point const &p,
29
29
                                                    bool const &/*f*/,
30
 
                                                    boost::optional<Geom::Rect> const &/*bbox_to_snap*/,
 
30
                                                    Geom::OptRect const &/*bbox_to_snap*/,
31
31
                                                    std::vector<SPItem const *> const */*it*/,
32
32
                                                    std::vector<Geom::Point> */*unselected_nodes*/) const
33
33
{
61
61
                                               Inkscape::SnapPreferences::PointType const &t,
62
62
                                               Geom::Point const &p,
63
63
                                               bool const &/*f*/,
64
 
                                               boost::optional<Geom::Rect> const &/*bbox_to_snap*/,
 
64
                                               Geom::OptRect const &/*bbox_to_snap*/,
65
65
                                               ConstraintLine const &c,
66
66
                                               std::vector<SPItem const *> const */*it*/) const
67
67