diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-12-17 20:43:37 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-12-17 20:43:37 +0000 |
| commit | c9d06adc5f8252eb3d2a90570d65afd0fd4c891b (patch) | |
| tree | 5467605011156e622a99c369cf05b9ed7bfa16bc /src/display/canvas-axonomgrid.cpp | |
| parent | Dropped unused SPAttributeWidget (diff) | |
| download | inkscape-c9d06adc5f8252eb3d2a90570d65afd0fd4c891b.tar.gz inkscape-c9d06adc5f8252eb3d2a90570d65afd0fd4c891b.zip | |
some static code analysis stuff (cppcheck warnings)
(bzr r10779)
Diffstat (limited to 'src/display/canvas-axonomgrid.cpp')
| -rw-r--r-- | src/display/canvas-axonomgrid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/canvas-axonomgrid.cpp b/src/display/canvas-axonomgrid.cpp index b5fa9e10a..bdc323f8d 100644 --- a/src/display/canvas-axonomgrid.cpp +++ b/src/display/canvas-axonomgrid.cpp @@ -690,7 +690,7 @@ CanvasAxonomGridSnapper::_getSnapLines(Geom::Point const &p) const { inters = Geom::intersection(line_x, line_z); } - catch (Geom::InfiniteSolutions e) + catch (Geom::InfiniteSolutions &e) { // We're probably dealing with parallel lines; this is useless! return s; |
