summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/splivarot.cpp')
-rw-r--r--src/splivarot.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp
index 38b5c7f89..38d4c65ff 100644
--- a/src/splivarot.cpp
+++ b/src/splivarot.cpp
@@ -466,9 +466,8 @@ BoolOpErrors Inkscape::ObjectSet::pathBoolOp(bool_op bop, const bool skip_undo,
// reverse if needed
// note that the selection list keeps its order
if ( reverseOrderForOp ) {
- using std::swap;
- swap(originaux[0], originaux[1]);
- swap(origWind[0], origWind[1]);
+ std::swap(originaux[0], originaux[1]);
+ std::swap(origWind[0], origWind[1]);
}
// and work