Code

Warning cleanup.
[inkscape.git] / src / live_effects / parameter / random.cpp
index a5aa014a2759ecd41ae01fb121cb923f8d553a50..889e5375b9fc872b36857e76f1221ba65b0944a2 100644 (file)
@@ -66,7 +66,7 @@ RandomParam::param_readSVGValue(const gchar * strvalue)
 }
 
 gchar *
-RandomParam::param_writeSVGValue() const
+RandomParam::param_getSVGValue() const
 {
     Inkscape::SVGOStringStream os;
     os << value << ';' << startseed;