diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-12-30 22:32:51 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-12-30 22:32:51 +0000 |
| commit | df2cf6584407ae3744aac917039681fb3a04a678 (patch) | |
| tree | cd51f8ff21d6863e5380d53ce828eb59279537a6 /src/live_effects | |
| parent | Spanish comment of node.h (diff) | |
| download | inkscape-df2cf6584407ae3744aac917039681fb3a04a678.tar.gz inkscape-df2cf6584407ae3744aac917039681fb3a04a678.zip | |
refactor, fixing some diff diferences
(bzr r11950.1.219)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-bendpath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/lpe-bendpath.h b/src/live_effects/lpe-bendpath.h index 554f20413..16b8c6137 100644 --- a/src/live_effects/lpe-bendpath.h +++ b/src/live_effects/lpe-bendpath.h @@ -38,6 +38,8 @@ public: virtual Geom::Piecewise<Geom::D2<Geom::SBasis> > doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > const & pwd2_in); virtual void resetDefaults(SPItem const* item); + + private: PathParam bend_path; ScalarParam prop_scale; |
