diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-02-15 07:26:41 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-02-15 07:26:41 +0000 |
| commit | d3a4d543c4d6eb4151b2acad892272cbc1ea3f45 (patch) | |
| tree | f02369e70e001bb296ca98f09cc8ace67100e19b /src/2geom/conicsec.cpp | |
| parent | cppcheck (diff) | |
| download | inkscape-d3a4d543c4d6eb4151b2acad892272cbc1ea3f45.tar.gz inkscape-d3a4d543c4d6eb4151b2acad892272cbc1ea3f45.zip | |
Synchronized 2geom to revision 2058
(bzr r10978)
Diffstat (limited to 'src/2geom/conicsec.cpp')
| -rw-r--r-- | src/2geom/conicsec.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/2geom/conicsec.cpp b/src/2geom/conicsec.cpp index 46793fb22..7625df2fb 100644 --- a/src/2geom/conicsec.cpp +++ b/src/2geom/conicsec.cpp @@ -1415,7 +1415,7 @@ Rect xAx::arc_bound (const Point & P1, const Point & Q, const Point & P2) const { // with c != 0 the setCoefficients rise an exception gl[0].setCoefficients (coeff(1), 2 * coeff(2), coeff(4)); } - catch(Geom::LogicalError e) + catch(Geom::LogicalError const &e) { empty[0] = true; } @@ -1424,7 +1424,7 @@ Rect xAx::arc_bound (const Point & P1, const Point & Q, const Point & P2) const { gl[1].setCoefficients (2 * coeff(0), coeff(1), coeff(3)); } - catch(Geom::LogicalError e) + catch(Geom::LogicalError const &e) { empty[1] = true; } |
