summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/originalpatharray.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-09-22 16:00:59 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-09-22 16:00:59 +0000
commit1711a79b8604d9e6d936e25eaf966154ff122483 (patch)
treef03084c6e81d58583f1ff705b9392a8d215643aa /src/live_effects/parameter/originalpatharray.h
parentAdd some sugesstions and fixes from CR to measure segments (diff)
downloadinkscape-1711a79b8604d9e6d936e25eaf966154ff122483.tar.gz
inkscape-1711a79b8604d9e6d936e25eaf966154ff122483.zip
Add tooltip to set default LPE widget
Diffstat (limited to 'src/live_effects/parameter/originalpatharray.h')
-rw-r--r--src/live_effects/parameter/originalpatharray.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/parameter/originalpatharray.h b/src/live_effects/parameter/originalpatharray.h
index 0ba6984c2..c80d5daf3 100644
--- a/src/live_effects/parameter/originalpatharray.h
+++ b/src/live_effects/parameter/originalpatharray.h
@@ -66,6 +66,7 @@ public:
virtual Gtk::Widget * param_newWidget();
virtual bool param_readSVGValue(const gchar * strvalue);
virtual gchar * param_getSVGValue() const;
+ virtual gchar * param_getDefaultSVGValue() const;
virtual void param_set_default();
virtual void param_update_default(const gchar * default_value){};
/** Disable the canvas indicators of parent class by overriding this method */