Code

Make text widget for TextParams work and re-enable it
[inkscape.git] / src / live_effects / parameter / bool.h
index 3bf839af84021c8a55279c1d382df9e5e3039481..8f5196dadf49da1132fd185375727f02de20bf2c 100644 (file)
@@ -31,7 +31,7 @@ public:
     virtual Gtk::Widget * param_newWidget(Gtk::Tooltips * tooltips);
 
     virtual bool param_readSVGValue(const gchar * strvalue);
-    virtual gchar * param_writeSVGValue() const;
+    virtual gchar * param_getSVGValue() const;
 
     void param_setValue(bool newvalue);
     virtual void param_set_default();