summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter')
-rw-r--r--src/live_effects/parameter/originalpath.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/parameter/originalpath.h b/src/live_effects/parameter/originalpath.h
index e56dbf2df..f05f17d9a 100644
--- a/src/live_effects/parameter/originalpath.h
+++ b/src/live_effects/parameter/originalpath.h
@@ -24,7 +24,8 @@ public:
Effect* effect);
virtual ~OriginalPathParam();
- bool linksToPath() { return (href != NULL); }
+ bool linksToPath() const { return (href != NULL); }
+ SPItem * getObject() const { return ref.getObject(); }
virtual Gtk::Widget * param_newWidget();
/** Disable the canvas indicators of parent class by overriding this method */