diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-11-09 09:48:27 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-11-09 09:48:27 +0000 |
| commit | f45e886fef31d000e419216ecb8732b772876455 (patch) | |
| tree | 702d3fe9bb08797d3f43000fe84feb33cacfe4b9 /src/snapper.h | |
| parent | refactoring, one MakeTweak method instead of a bunch largely similar methods (diff) | |
| download | inkscape-f45e886fef31d000e419216ecb8732b772876455.tar.gz inkscape-f45e886fef31d000e419216ecb8732b772876455.zip | |
Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine -> SnappedLine
(bzr r4048)
Diffstat (limited to 'src/snapper.h')
| -rw-r--r-- | src/snapper.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/snapper.h b/src/snapper.h index 64150be18..c5c111cff 100644 --- a/src/snapper.h +++ b/src/snapper.h @@ -21,9 +21,9 @@ struct SnappedConstraints { std::list<Inkscape::SnappedPoint> points; - std::list<Inkscape::SnappedLine> lines; - std::list<Inkscape::SnappedInfiniteLine> grid_lines; - std::list<Inkscape::SnappedInfiniteLine> guide_lines; + std::list<Inkscape::SnappedLineSegment> lines; + std::list<Inkscape::SnappedLine> grid_lines; + std::list<Inkscape::SnappedLine> guide_lines; }; struct SPNamedView; |
