diff options
Diffstat (limited to 'src/live_effects/lpe-bendpath.h')
| -rw-r--r-- | src/live_effects/lpe-bendpath.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/live_effects/lpe-bendpath.h b/src/live_effects/lpe-bendpath.h index c028f0b98..18389391f 100644 --- a/src/live_effects/lpe-bendpath.h +++ b/src/live_effects/lpe-bendpath.h @@ -44,7 +44,9 @@ public: virtual void resetDefaults(SPItem const* item); void addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec); - + + virtual void transform_multiply(Geom::Affine const& postmul, bool set); + virtual void addKnotHolderEntities(KnotHolder * knotholder, SPItem * item); PathParam bend_path; |
