diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-08-05 22:11:54 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-08-31 14:50:39 +0000 |
| commit | 26d8a32b7395d7bf1d1da7c32b9f2cdf5770510a (patch) | |
| tree | 904840fe91cd40cc5791e35ff9435d8e403478df /src/extension/prefdialog/parameter-float.h | |
| parent | InxParameter::string(): remove useless overrides (diff) | |
| download | inkscape-26d8a32b7395d7bf1d1da7c32b9f2cdf5770510a.tar.gz inkscape-26d8a32b7395d7bf1d1da7c32b9f2cdf5770510a.zip | |
Optimize parameter string generation
Also rename overloaded string() functions, so it's clear what they
actually do, as it's not the same thing at all...
Diffstat (limited to 'src/extension/prefdialog/parameter-float.h')
| -rw-r--r-- | src/extension/prefdialog/parameter-float.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/prefdialog/parameter-float.h b/src/extension/prefdialog/parameter-float.h index 93c38fb24..0b67233f1 100644 --- a/src/extension/prefdialog/parameter-float.h +++ b/src/extension/prefdialog/parameter-float.h @@ -46,7 +46,7 @@ public: Gtk::Widget *get_widget(SPDocument *doc, Inkscape::XML::Node *node, sigc::signal<void> *changeSignal) override; - void string(std::string &string) const override; + std::string value_to_string() const override; private: /** Internal value. */ |
