~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/snapper.h

  • 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:
62
62
                          SnapPreferences::PointType const &/*t*/,
63
63
                          Geom::Point const &/*p*/,
64
64
                          bool const &/*first_point*/,
65
 
                          boost::optional<Geom::Rect> const &/*bbox_to_snap*/,
 
65
                          Geom::OptRect const &/*bbox_to_snap*/,
66
66
                          std::vector<SPItem const *> const */*it*/,
67
67
                          std::vector<Geom::Point> */*unselected_nodes*/) const {};
68
68
 
100
100
                                                         SnapPreferences::PointType const &/*t*/,
101
101
                                 Geom::Point const &/*p*/,
102
102
                                 bool const &/*first_point*/,
103
 
                                 boost::optional<Geom::Rect> const &/*bbox_to_snap*/,
 
103
                                 Geom::OptRect const &/*bbox_to_snap*/,
104
104
                                 ConstraintLine const &/*c*/,
105
105
                                 std::vector<SPItem const *> const */*it*/) const {};
106
106