diff options
Diffstat (limited to 'src/shopitem.h')
-rw-r--r-- | src/shopitem.h | 2 |
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. */ |