diff options
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; } |
