summaryrefslogtreecommitdiffstats
path: root/src/extension/paramdescription.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/paramdescription.cpp')
-rw-r--r--src/extension/paramdescription.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/paramdescription.cpp b/src/extension/paramdescription.cpp
index 40cbba8c6..f0c9fd8b7 100644
--- a/src/extension/paramdescription.cpp
+++ b/src/extension/paramdescription.cpp
@@ -50,7 +50,7 @@ ParamDescription::ParamDescription (const gchar * name, const gchar * guitext, c
/** \brief Create a label for the description */
Gtk::Widget *
-ParamDescription::get_widget (SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal)
+ParamDescription::get_widget (SPDocument * /*doc*/, Inkscape::XML::Node * /*node*/, sigc::signal<void> * /*changeSignal*/)
{
Gtk::Label * label = Gtk::manage(new Gtk::Label(_(_value)));
label->set_line_wrap();