summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorVinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>2014-05-05 07:13:35 +0000
committerVinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>2014-05-05 07:13:35 +0000
commit5a8b00f027b9eb3d4abb290d2ddf26d36d71cf80 (patch)
treef85f72eb8642eb842dcd02f20967e5bd2b8b95d1 /src/live_effects
parentupdate to trunk (diff)
downloadinkscape-5a8b00f027b9eb3d4abb290d2ddf26d36d71cf80.tar.gz
inkscape-5a8b00f027b9eb3d4abb290d2ddf26d36d71cf80.zip
Enabling path manipulator to comunicate if paths are bspline when
accessing const objects. This change was required to correctly show on the GUI whether or not a node was a bspline. (bzr r11950.8.1)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/effect.h1
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);