diff options
Diffstat (limited to 'src/live_effects/parameter/path.cpp')
| -rw-r--r-- | src/live_effects/parameter/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp index 9e7be732e..376e61bee 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -127,7 +127,7 @@ PathParam::param_readSVGValue(const gchar * strvalue) } gchar * -PathParam::param_writeSVGValue() const +PathParam::param_getSVGValue() const { if (href) { return href; |
