summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/random.h
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2008-06-05 08:59:31 +0000
committercilix42 <cilix42@users.sourceforge.net>2008-06-05 08:59:31 +0000
commite1281e9a426010cc4a3b3fdc7ea8a34613952600 (patch)
tree099cab70b0acad830a590cefa649ee17b3c0be4d /src/live_effects/parameter/random.h
parentRemove unused and buggy-looking function get_pref_children. (diff)
downloadinkscape-e1281e9a426010cc4a3b3fdc7ea8a34613952600.tar.gz
inkscape-e1281e9a426010cc4a3b3fdc7ea8a34613952600.zip
Add paramType() method to LPE parameter classes
(bzr r5816)
Diffstat (limited to 'src/live_effects/parameter/random.h')
-rw-r--r--src/live_effects/parameter/random.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/live_effects/parameter/random.h b/src/live_effects/parameter/random.h
index c59a9d00e..5a9f8de62 100644
--- a/src/live_effects/parameter/random.h
+++ b/src/live_effects/parameter/random.h
@@ -29,6 +29,8 @@ public:
long default_seed = 0);
virtual ~RandomParam();
+ virtual ParamType paramType() { return RANDOM_PARAM; }
+
virtual bool param_readSVGValue(const gchar * strvalue);
virtual gchar * param_writeSVGValue() const;
virtual void param_set_default();