summaryrefslogtreecommitdiffstats
path: root/src/2geom/path.h
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2015-07-05 01:47:36 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2015-07-05 01:47:36 +0000
commit009833c1d6be271d611c183aae781e41b71ca927 (patch)
tree52108612e2f130dc9a5da8a5cb7dd0398cc91708 /src/2geom/path.h
parentTranslation. Danish translation update. (diff)
downloadinkscape-009833c1d6be271d611c183aae781e41b71ca927.tar.gz
inkscape-009833c1d6be271d611c183aae781e41b71ca927.zip
Fix compilation failure in make check
(bzr r14228)
Diffstat (limited to 'src/2geom/path.h')
-rw-r--r--src/2geom/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/path.h b/src/2geom/path.h
index a2d1e751e..3ca43e0e5 100644
--- a/src/2geom/path.h
+++ b/src/2geom/path.h
@@ -389,6 +389,7 @@ public:
swap(other._curves, _curves);
swap(other._closing_seg, _closing_seg);
swap(other._closed, _closed);
+ swap(other._exception_on_stitch, _exception_on_stitch);
}
/** @brief Swap contents of two paths.
* @relates Path */