summaryrefslogtreecommitdiff
path: root/src/resources/item/itemoptionslist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/item/itemoptionslist.h')
-rw-r--r--src/resources/item/itemoptionslist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/item/itemoptionslist.h b/src/resources/item/itemoptionslist.h
index 725340f45..f5b3365f5 100644
--- a/src/resources/item/itemoptionslist.h
+++ b/src/resources/item/itemoptionslist.h
@@ -47,7 +47,7 @@ struct ItemOptionsList final
options = new ItemOption[amount];
}
- A_DEFAULT_COPY(ItemOptionsList)
+ A_DELETE_COPY(ItemOptionsList)
~ItemOptionsList()
{