From 1198f1c981bb0afc193884a23a18705d1171b307 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 21 Apr 2017 21:38:05 +0300 Subject: Add missing contructor and remove copy constructor in itemoption. --- src/resources/item/itemoption.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/resources/item/itemoption.h b/src/resources/item/itemoption.h index 9d3745f28..5d993c8d6 100644 --- a/src/resources/item/itemoption.h +++ b/src/resources/item/itemoption.h @@ -25,6 +25,11 @@ struct ItemOption final { + ItemOption() + { } + + A_DELETE_COPY(ItemOption) + uint16_t index; int16_t value; }; -- cgit v1.2.3-60-g2f50