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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/parameter/unit.h b/src/live_effects/parameter/unit.h
index 86e1a24b3..8e3e3cb69 100644
--- a/src/live_effects/parameter/unit.h
+++ b/src/live_effects/parameter/unit.h
@@ -44,8 +44,8 @@ private:
Inkscape::Util::Unit const *unit;
Inkscape::Util::Unit const *defunit;
- UnitParam(const UnitParam&);
- UnitParam& operator=(const UnitParam&);
+ UnitParam(const UnitParam&) = delete;
+ UnitParam& operator=(const UnitParam&) = delete;
};
} //namespace LivePathEffect