diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-06-05 09:01:40 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-06-05 09:01:40 +0000 |
| commit | 4908941a2d90b79174f82fe8b025ad640d2abb58 (patch) | |
| tree | 8827802031f95bb70d5d5cbf286f07e9a1949df9 /src/live_effects/parameter/point.cpp | |
| parent | Add paramType() method to LPE parameter classes (diff) | |
| download | inkscape-4908941a2d90b79174f82fe8b025ad640d2abb58.tar.gz inkscape-4908941a2d90b79174f82fe8b025ad640d2abb58.zip | |
Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't actually write to SVG but only returns a ready-to-write string
(bzr r5817)
Diffstat (limited to 'src/live_effects/parameter/point.cpp')
| -rw-r--r-- | src/live_effects/parameter/point.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/point.cpp b/src/live_effects/parameter/point.cpp index 28d5dae70..49a47660f 100644 --- a/src/live_effects/parameter/point.cpp +++ b/src/live_effects/parameter/point.cpp @@ -68,7 +68,7 @@ PointParam::param_readSVGValue(const gchar * strvalue) } gchar * -PointParam::param_writeSVGValue() const +PointParam::param_getSVGValue() const { Inkscape::SVGOStringStream os; os << *dynamic_cast<Geom::Point const *>( this ); |
