summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/unit.h')
-rw-r--r--src/live_effects/parameter/unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/unit.h b/src/live_effects/parameter/unit.h
index 15192b074..3d417fcd6 100644
--- a/src/live_effects/parameter/unit.h
+++ b/src/live_effects/parameter/unit.h
@@ -32,7 +32,7 @@ public:
void param_set_value(SPUnit const *val);
const gchar *get_abbreviation();
- virtual Gtk::Widget * param_newWidget(Gtk::Tooltips * tooltips);
+ virtual Gtk::Widget * param_newWidget();
operator SPUnit const *() { return unit; }