From 4908941a2d90b79174f82fe8b025ad640d2abb58 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Thu, 5 Jun 2008 09:01:40 +0000 Subject: Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817) --- src/live_effects/parameter/path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/live_effects/parameter/path.cpp') 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; -- cgit v1.2.3