summaryrefslogtreecommitdiffstats
path: root/src/2geom/pathvector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/2geom/pathvector.h')
-rw-r--r--src/2geom/pathvector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/2geom/pathvector.h b/src/2geom/pathvector.h
index 375c4f0a0..955cd1d37 100644
--- a/src/2geom/pathvector.h
+++ b/src/2geom/pathvector.h
@@ -112,9 +112,8 @@ class PathVector
, MultipliableNoncommutative< PathVector, HShear
, MultipliableNoncommutative< PathVector, VShear
, MultipliableNoncommutative< PathVector, Zoom
- , boost::addable< PathVector
, boost::equality_comparable< PathVector
- > > > > > > > > >
+ > > > > > > > >
{
typedef std::vector<Path> Sequence;
public: