summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/parameter/random.h')
-rw-r--r--src/live_effects/parameter/random.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/parameter/random.h b/src/live_effects/parameter/random.h
index a2c3712a1..9f0114ad2 100644
--- a/src/live_effects/parameter/random.h
+++ b/src/live_effects/parameter/random.h
@@ -61,8 +61,8 @@ private:
long setup_seed(long);
gdouble rand();
- RandomParam(const RandomParam&);
- RandomParam& operator=(const RandomParam&);
+ RandomParam(const RandomParam&) = delete;
+ RandomParam& operator=(const RandomParam&) = delete;
};
} //namespace LivePathEffect