summaryrefslogtreecommitdiff
path: root/src/shopitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shopitem.h')
-rw-r--r--src/shopitem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shopitem.h b/src/shopitem.h
index 6ec83f7bf..25a5a0da3 100644
--- a/src/shopitem.h
+++ b/src/shopitem.h
@@ -57,6 +57,8 @@ class ShopItem final : public Item
*/
ShopItem(const int id, const unsigned char color, const int price);
+ A_DELETE_COPY(ShopItem);
+
/**
* Destructor.
*/