summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/random.h
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-01-15 14:29:14 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-01-15 14:29:14 +0000
commit63273692c4e638b46a9e84026f62721784ec2cb4 (patch)
treedbeabf7fddd50b809fee9384643a636c0a36438b /src/live_effects/parameter/random.h
parentM AUTHORS (diff)
downloadinkscape-63273692c4e638b46a9e84026f62721784ec2cb4.tar.gz
inkscape-63273692c4e638b46a9e84026f62721784ec2cb4.zip
prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.
For each parameter function that has not been re-implemented, a warning is issued. Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap. (bzr r4495)
Diffstat (limited to 'src/live_effects/parameter/random.h')
-rw-r--r--src/live_effects/parameter/random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/random.h b/src/live_effects/parameter/random.h
index 55171c973..1b7d4cf16 100644
--- a/src/live_effects/parameter/random.h
+++ b/src/live_effects/parameter/random.h
@@ -36,7 +36,7 @@ public:
virtual gchar * param_writeSVGValue() const;
virtual void param_set_default();
- virtual Gtk::Widget * param_getWidget();
+ virtual Gtk::Widget * param_newWidget(Gtk::Tooltips * tooltips);
void param_set_value(gdouble val, long newseed);
void param_make_integer(bool yes = true);