summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/random.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/random.cpp')
-rw-r--r--src/live_effects/parameter/random.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/live_effects/parameter/random.cpp b/src/live_effects/parameter/random.cpp
index 959b21114..9ce4e41a9 100644
--- a/src/live_effects/parameter/random.cpp
+++ b/src/live_effects/parameter/random.cpp
@@ -130,8 +130,10 @@ RandomParam::resetRandomizer()
Gtk::Widget *
-RandomParam::param_getWidget()
+RandomParam::param_newWidget(Gtk::Tooltips * tooltips)
{
+ // WIDGET TODO: This implementation is incorrect, it should create a *new* widget for the caller, not just return an already created widget
+ g_warning("RandomParam::param_newWidget still needs recoding to work with multiple document views");
// TODO: add a button to set a different startseed
if (!regrandom) {
regrandom = new Inkscape::UI::Widget::RegisteredRandom();