summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/array.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/array.h')
-rw-r--r--src/live_effects/parameter/array.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/live_effects/parameter/array.h b/src/live_effects/parameter/array.h
index e65d3b55c..c66d53266 100644
--- a/src/live_effects/parameter/array.h
+++ b/src/live_effects/parameter/array.h
@@ -67,6 +67,10 @@ public:
gchar * str = g_strdup(os.str().c_str());
return str;
}
+
+ virtual gchar * param_getDefaultSVGValue() const {
+ return g_strdup("");
+ }
void param_setValue(std::vector<StorageType> const &new_vector) {
_vector = new_vector;