diff options
Diffstat (limited to '')
| -rw-r--r-- | src/extension/param/string.h (renamed from src/extension/paramstring.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/paramstring.h b/src/extension/param/string.h index 14a3f622f..0a1a0f2a3 100644 --- a/src/extension/paramstring.h +++ b/src/extension/param/string.h @@ -22,7 +22,7 @@ private: been allocated in memory. And should be free'd. */ gchar * _value; public: - ParamString(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml); + ParamString(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar * gui_tip, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml); virtual ~ParamString(void); /** \brief Returns \c _value, with a \i const to protect it. */ const gchar * get (const SPDocument * /*doc*/, const Inkscape::XML::Node * /*node*/) { return _value; } |
