diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-05-05 08:44:33 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-05-05 08:44:33 +0000 |
| commit | 8a4e7975e48ae18a719f4ecfae795fb44a188eee (patch) | |
| tree | c2262728d2bdf1825521dc4cbe71a8b2f3bf8b63 /src/live_effects | |
| parent | update to trunk (diff) | |
| parent | Enabling path manipulator to comunicate if paths are bspline when (diff) | |
| download | inkscape-8a4e7975e48ae18a719f4ecfae795fb44a188eee.tar.gz inkscape-8a4e7975e48ae18a719f4ecfae795fb44a188eee.zip | |
adding VinÃcius work whith node tips
(bzr r11950.1.339)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/effect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index 1da9b4cc9..940770616 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -101,6 +101,7 @@ public: Inkscape::XML::Node * getRepr(); SPDocument * getSPDoc(); LivePathEffectObject * getLPEObj() {return lpeobj;}; + LivePathEffectObject const * getLPEObj() const {return lpeobj;}; Parameter * getParameter(const char * key); void readallParameters(Inkscape::XML::Node const* repr); |
