diff --git a/lib/core/shapes/include/InstancedWidget.h b/lib/core/shapes/include/InstancedWidget.h index 7bf7d9883..18edf26f8 100644 --- a/lib/core/shapes/include/InstancedWidget.h +++ b/lib/core/shapes/include/InstancedWidget.h @@ -46,6 +46,10 @@ class InstancedWidget : public InstancedDrawAble, public JsonPrintable, public U InstancedWidget() = default; + InstancedWidget(const InstancedWidget& other) = default; + + InstancedWidget& operator=(const InstancedWidget& other) = default; + InstancedWidget(InstancedWidget&& other) noexcept; InstancedWidget& operator=(InstancedWidget&& other) noexcept;