summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/parameter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/parameter.cpp')
-rw-r--r--src/live_effects/parameter/parameter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/parameter.cpp b/src/live_effects/parameter/parameter.cpp
index 527f2fdd9..ebb24cc30 100644
--- a/src/live_effects/parameter/parameter.cpp
+++ b/src/live_effects/parameter/parameter.cpp
@@ -79,7 +79,7 @@ ScalarParam::param_readSVGValue(const gchar * strvalue)
}
gchar *
-ScalarParam::param_writeSVGValue() const
+ScalarParam::param_getSVGValue() const
{
Inkscape::SVGOStringStream os;
os << value;