X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Flive_effects%2Fparameter%2Fbool.h;h=8f5196dadf49da1132fd185375727f02de20bf2c;hb=4ea30e1bba14987abced98e7bf194b69153e9e21;hp=3bf839af84021c8a55279c1d382df9e5e3039481;hpb=f78fa6719bb65f91ee080ac5705ace201f28def6;p=inkscape.git diff --git a/src/live_effects/parameter/bool.h b/src/live_effects/parameter/bool.h index 3bf839af8..8f5196dad 100644 --- a/src/live_effects/parameter/bool.h +++ b/src/live_effects/parameter/bool.h @@ -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();