diff options
| author | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-05-09 00:26:27 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebronyat-signgmaildotcom> | 2014-05-09 00:26:27 +0000 |
| commit | 3d1cf059b042d213642e74cef82ec372e79281e4 (patch) | |
| tree | 8a5d0f69c4c7372e87bd2a88bffc405e0a02258f /src/live_effects/effect.h | |
| parent | Update to trunk (diff) | |
| parent | Merging Jabier's spirolive+bspline branch (diff) | |
| download | inkscape-3d1cf059b042d213642e74cef82ec372e79281e4.tar.gz inkscape-3d1cf059b042d213642e74cef82ec372e79281e4.zip | |
Update to trunk/integrate BSpline
(bzr r13090.1.73)
Diffstat (limited to 'src/live_effects/effect.h')
| -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 d2d9f3b63..a486e8491 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -109,6 +109,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); |
