diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2019-05-12 22:23:08 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2019-05-22 12:58:25 +0000 |
| commit | 071c02d777097c56f9eef6693006b70a88642176 (patch) | |
| tree | d033c96469b21e32647ff72ac69cedbd668f923c /src/2geom | |
| parent | Convert to a more portable C++11 check. (diff) | |
| download | inkscape-071c02d777097c56f9eef6693006b70a88642176.tar.gz inkscape-071c02d777097c56f9eef6693006b70a88642176.zip | |
fix the build.
Diffstat (limited to 'src/2geom')
| -rw-r--r-- | src/2geom/elliptical-arc-from-sbasis.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/2geom/elliptical-arc-from-sbasis.cpp b/src/2geom/elliptical-arc-from-sbasis.cpp index f7bddc90d..c536d89ec 100644 --- a/src/2geom/elliptical-arc-from-sbasis.cpp +++ b/src/2geom/elliptical-arc-from-sbasis.cpp @@ -304,7 +304,6 @@ bool make_elliptical_arc::make_elliptiarc() Point inner_point = curve(0.5); -#if __cplusplus >= 201100L std::unique_ptr<EllipticalArc> arc( e.arc(initial_point, inner_point, final_point) ); ea = *arc; |
