diff options
Diffstat (limited to '')
| -rw-r--r-- | src/extension/param/enum.h (renamed from src/extension/paramenum.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/paramenum.h b/src/extension/param/enum.h index 5ea4a0196..3f9707c34 100644 --- a/src/extension/paramenum.h +++ b/src/extension/param/enum.h @@ -17,7 +17,7 @@ #include <gtkmm/widget.h> #include "xml/document.h" -#include "extension-forward.h" +#include <extension/extension-forward.h> #include "parameter.h" @@ -37,7 +37,7 @@ private: GSList * choices; /**< A table to store the choice strings */ public: - ParamComboBox(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml); + ParamComboBox(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 ~ParamComboBox(void); Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal); void string (std::string &string); |
