diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2015-07-08 21:08:19 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2015-07-08 21:08:19 +0000 |
| commit | 96085240c58b87b7df948b7fa1e928a4432a7cf1 (patch) | |
| tree | 56a926ec5bfc7556c2b9adc025b9fe635575f73c /src/2geom/conicsec.cpp | |
| parent | Patch from Simon Keller to correct alignment of rotated text in PDF+TEX output. (diff) | |
| download | inkscape-96085240c58b87b7df948b7fa1e928a4432a7cf1.tar.gz inkscape-96085240c58b87b7df948b7fa1e928a4432a7cf1.zip | |
Fix build failures on some platforms.
Correct CMakeLists.txt after 2Geom sync - patch by su_v.
(bzr r14237)
Diffstat (limited to 'src/2geom/conicsec.cpp')
| -rw-r--r-- | src/2geom/conicsec.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/conicsec.cpp b/src/2geom/conicsec.cpp index 3b36137be..089db71a4 100644 --- a/src/2geom/conicsec.cpp +++ b/src/2geom/conicsec.cpp @@ -1337,6 +1337,7 @@ bool xAx::decompose (Line& l1, Line& l2) const */ Rect xAx::arc_bound (const Point & P1, const Point & Q, const Point & P2) const { + using std::swap; //std::cout << "BOUND: P1 = " << P1 << std::endl; //std::cout << "BOUND: Q = " << Q << std::endl; //std::cout << "BOUND: P2 = " << P2 << std::endl; |
