summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/prefdialog/widget.cpp')
-rw-r--r--src/extension/prefdialog/widget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/prefdialog/widget.cpp b/src/extension/prefdialog/widget.cpp
index db5700b2e..d1035ef85 100644
--- a/src/extension/prefdialog/widget.cpp
+++ b/src/extension/prefdialog/widget.cpp
@@ -66,7 +66,7 @@ bool InxWidget::is_valid_widget_name(const char *name)
}
-InxWidget::InxWidget (Inkscape::XML::Node *in_repr, Inkscape::Extension::Extension *ext)
+InxWidget::InxWidget(Inkscape::XML::Node *in_repr, Inkscape::Extension::Extension *ext)
: _extension(ext)
{
// translatable (optional)
@@ -127,7 +127,7 @@ InxWidget::~InxWidget()
/** Basically, if there is no widget pass a NULL. */
Gtk::Widget *
-InxWidget::get_widget (SPDocument * /*doc*/, Inkscape::XML::Node * /*node*/, sigc::signal<void> * /*changeSignal*/)
+InxWidget::get_widget(sigc::signal<void> * /*changeSignal*/)
{
return nullptr;
}